#406046

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

Shades of Hunter Green #406046

Tints of Hunter Green #406046

Color information

#406046 (or 0x406046) is unknown color: approx Hunter Green. HEX triplet: 40, 60 and 46. RGB value is (64,96,70). Sum of RGB (Red+Green+Blue) = 64+96+70=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #406046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406046 is #BF9FB9. Grayscale: #535353. Windows color (decimal): -12558266 or 4612160. OLE color: 4612160.

HSL color Cylindrical-coordinate representation of color #406046: hue angle of 131.25º 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 #406046 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB649670-
CMYK0.3300.270.62
HSL131.25º20%31.37%-
HSV(B)131.25º33.33%37.65%-
XYZ7.49.97.31-
YUV83.47120.4114.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=27.83%
G=41.74%
B=30.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496700.3300.270.62131.252031.37
Hex4060462101B3E83141f
Octal10014010641033762032437
Binary100000011000001000110100001011011111110100000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406046; }

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

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

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

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

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

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

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

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