#406B42

Color #406B42 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #406B42

Tints of Hunter Green #406B42

Color information

#406B42 (or 0x406B42) is unknown color: approx Hunter Green. HEX triplet: 40, 6B and 42. RGB value is (64,107,66). Sum of RGB (Red+Green+Blue) = 64+107+66=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #406B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B42 is #BF94BD. Grayscale: #595959. Windows color (decimal): -12555454 or 4352832. OLE color: 4352832.

HSL color Cylindrical-coordinate representation of color #406B42: hue angle of 122.79º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B42 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB6410766-
CMYK0.4000.380.58
HSL122.79º25.15%33.53%-
HSV(B)122.79º40.19%41.96%-
XYZ8.36127.03-
YUV89.47114.75109.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=27.00%
G=45.15%
B=27.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107660.4000.380.58122.7925.1533.53
Hex406B42280263A7b1922
Octal10015310250046721733142
Binary1000000110101110000101010000100110111010111101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B42; }

 p { color: rgb(64,107,66); }

 H1.HeaderClassName
 {
   color: #406B42;
 }
 .AnyTagClassName
 {
   color: #406B42;
 }
</style>
background-color css

<style>
 a { background-color: #406B42; }

 a { background-color: rgb(64,107,66); }

 div.DivClassName
 {
   background-color: #406B42;
 }
 .BgClassName
 {
   background-color: #406B42;
 }
</style>
border-color css

<style>
 span { border-color: #406B42; }

 span { border-color: rgb(64,107,66); }

 td.TdClassName
 {
   border-color: #406B42;
 }
 .TagClassName
 {
   border-color: #406B42;
 }
</style>