#406144

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

Shades of Hunter Green #406144

Tints of Hunter Green #406144

Color information

#406144 (or 0x406144) is unknown color: approx Hunter Green. HEX triplet: 40, 61 and 44. RGB value is (64,97,68). Sum of RGB (Red+Green+Blue) = 64+97+68=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #406144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406144 is #BF9EBB. Grayscale: #535353. Windows color (decimal): -12558012 or 4481344. OLE color: 4481344.

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

Color convert

RGB649768-
CMYK0.3400.300.62
HSL127.27º20.5%31.57%-
HSV(B)127.27º34.02%38.04%-
XYZ7.4310.067.02-
YUV83.83119.07113.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=27.95%
G=42.36%
B=29.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497680.3400.300.62127.2720.531.57
Hex4061442201E3E7f1420
Octal10014110442036761772440
Binary100000011000011000100100010011110111110111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406144; }

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

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

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

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

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

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

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

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