#406944

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

Shades of Hunter Green #406944

Tints of Hunter Green #406944

Color information

#406944 (or 0x406944) is unknown color: approx Hunter Green. HEX triplet: 40, 69 and 44. RGB value is (64,105,68). Sum of RGB (Red+Green+Blue) = 64+105+68=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #406944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406944 is #BF96BB. Grayscale: #585858. Windows color (decimal): -12555964 or 4483392. OLE color: 4483392.

HSL color Cylindrical-coordinate representation of color #406944: hue angle of 125.85º 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 #406944 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB6410568-
CMYK0.3900.350.59
HSL125.85º24.26%33.14%-
HSV(B)125.85º39.05%41.18%-
XYZ8.2111.617.28-
YUV88.52116.42110.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=27.00%
G=44.30%
B=28.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105680.3900.350.59125.8524.2633.14
Hex406944270233B7e1821
Octal10015110447043731763041
Binary1000000110100110001001001110100011111011111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406944; }

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

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

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

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

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

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

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

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