#406A42

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

Shades of Hunter Green #406A42

Tints of Hunter Green #406A42

Color information

#406A42 (or 0x406A42) is unknown color: approx Hunter Green. HEX triplet: 40, 6A and 42. RGB value is (64,106,66). Sum of RGB (Red+Green+Blue) = 64+106+66=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #406A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A42 is #BF95BD. Grayscale: #595959. Windows color (decimal): -12555710 or 4352576. OLE color: 4352576.

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

Color convert

RGB6410666-
CMYK0.4000.380.58
HSL122.86º24.71%33.33%-
HSV(B)122.86º39.62%41.57%-
XYZ8.2511.797-
YUV88.88115.09110.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=27.12%
G=44.92%
B=27.97%

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
Decimal64106660.4000.380.58122.8624.7133.33
Hex406A42280263A7b1921
Octal10015210250046721733141
Binary1000000110101010000101010000100110111010111101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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