#406047

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

Shades of Hunter Green #406047

Tints of Hunter Green #406047

Color information

#406047 (or 0x406047) is unknown color: approx Hunter Green. HEX triplet: 40, 60 and 47. RGB value is (64,96,71). Sum of RGB (Red+Green+Blue) = 64+96+71=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #406047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406047 is #BF9FB8. Grayscale: #535353. Windows color (decimal): -12558265 or 4677696. OLE color: 4677696.

HSL color Cylindrical-coordinate representation of color #406047: hue angle of 133.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406047 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB649671-
CMYK0.3300.260.62
HSL133.12º20%31.37%-
HSV(B)133.12º33.33%37.65%-
XYZ7.439.917.48-
YUV83.58120.9114.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=27.71%
G=41.56%
B=30.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496710.3300.260.62133.122031.37
Hex4060472101A3E85141f
Octal10014010741032762052437
Binary100000011000001000111100001011010111110100001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406047; }

 p { color: rgb(64,96,71); }

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

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

 a { background-color: rgb(64,96,71); }

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

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

 span { border-color: rgb(64,96,71); }

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