Color Hex Logo

#417540 Color Hex

#417540
(65,117,64)
0 Favorites   0 Comments

Color spaces of #417540

RGB 6511764
HSL0.330.290.35
HSV119°45°46°
CMYK 0.440.000.45   0.54
XYZ9.466714.21667.0956
Yxy14.21660.30760.4619
Hunter Lab37.7049-21.167015.2358
CIE-Lab44.5420-29.187023.8993

#417540 color RGB value is (65,117,64).

#417540 hex color red value is 65, green value is 117 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #417540 hue: 0.33 , saturation: 0.29 and the lightness value of 417540 is 0.35.

The process color (four color CMYK) of #417540 color hex is 0.44, 0.00, 0.45, 0.54. Web safe color of #417540 is #336633. Color #417540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110101 01000000
Octal 101 165 100
Decimal 65 117 64
Hex 41 75 40

RGB Percentages of Color #417540

%26.42
%47.56
%26.02

CMYK Percentages of Color #417540

%44
%0
%45
%54

Triadic Colors of #417540

#417540 #404175 #754041

Analogous Colors of #417540

#417540 #40755a #5c7540

Monochromatic Colors of #417540

#417540

Complementary Color

#417540 #744075

#417540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417540 Color CSS Codes

.mybgcolor {background-color:#417540; } 
.myforecolor {color:#417540; }
.mybordercolor {border:3px solid #417540; }

#417540 Text Font Color

<p style="color:#417540">Text here</p>

This sample text font color is #417540
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#417540 Background Color

<div style="background-color:#417540">
Div content here</div>

This div background color is #417540


#417540 Border Color

<div style="border:3px solid #417540">
Div here</div>

This div border color is #417540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,117,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #417540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #417540;
  -webkit-box-shadow: 1px 1px 3px 2px #417540;
  box-shadow:         1px 1px 3px 2px #417540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,117,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #417540">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #417540;
  -webkit-box-shadow: 1px 1px 3px 2px #417540;
  box-shadow:         1px 1px 3px 2px #417540;">
Div content here</div>

This div box has shadow with color #417540


Comments

No comments written yet.

Please login to write comment.