#406942

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

Shades of Hunter Green #406942

Tints of Hunter Green #406942

Color information

#406942 (or 0x406942) is unknown color: approx Hunter Green. HEX triplet: 40, 69 and 42. RGB value is (64,105,66). Sum of RGB (Red+Green+Blue) = 64+105+66=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #406942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406942 is #BF96BD. Grayscale: #585858. Windows color (decimal): -12555966 or 4352320. OLE color: 4352320.

HSL color Cylindrical-coordinate representation of color #406942: hue angle of 122.93º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406942 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB6410566-
CMYK0.3900.370.59
HSL122.93º24.26%33.14%-
HSV(B)122.93º39.05%41.18%-
XYZ8.1511.596.96-
YUV88.3115.42110.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=27.23%
G=44.68%
B=28.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105660.3900.370.59122.9324.2633.14
Hex406942270253B7b1821
Octal10015110247045731733041
Binary1000000110100110000101001110100101111011111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406942; }

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

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

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

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

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

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

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

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