Color Hex Logo

#417440 Color Hex

#417440
(65,116,64)
0 Favorites   0 Comments

Color spaces of #417440

RGB 6511664
HSL0.330.290.35
HSV119°45°45°
CMYK 0.440.000.45   0.55
XYZ9.350813.98487.0570
Yxy13.98480.30770.4601
Hunter Lab37.3963-20.810214.9888
CIE-Lab44.2111-28.710723.4751

#417440 color RGB value is (65,116,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110100 01000000
Octal 101 164 100
Decimal 65 116 64
Hex 41 74 40

RGB Percentages of Color #417440

%26.53
%47.35
%26.12

CMYK Percentages of Color #417440

%44
%0
%45
%55

Triadic Colors of #417440

#417440 #404174 #744041

Analogous Colors of #417440

#417440 #407459 #5b7440

Monochromatic Colors of #417440

#417440

Complementary Color

#417440 #734074

#417440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417440 Color CSS Codes

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

#417440 Text Font Color

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

This sample text font color is #417440
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.


#417440 Background Color

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

This div background color is #417440


#417440 Border Color

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

This div border color is #417440


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,116,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 #417440">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417440


Comments

No comments written yet.

Please login to write comment.