Shades of Hunter Green #405943
Tints of Hunter Green #405943
RGB
CMYK
RGB Variations
Color information
#405943 (or 0x405943) is known color: Hunter Green. HEX triplet: 40, 59 and 43. RGB value is (64,89,67). Sum of RGB (Red+Green+Blue) = 64+89+67=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #405943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405943 is #BFA6BC. Grayscale: #4F4F4F. Windows color (decimal): -12560061 or 4413760. OLE color: 4413760.
HSL color Cylindrical-coordinate representation of color #405943: hue angle of 127.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405943 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 67 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.65 |
| HSL | 127.2º | 0.16% | 0.3% | - |
| HSV(B) | 127.2º | 0.28% | 0.35% | - |
| XYZ | 6.7 | 8.64 | 6.62 | - |
| YUV | 79.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 67 | 0.28 | 0 | 0.25 | 0.65 | 127.2 | 0.16 | 0.3 |
| Hex | 40 | 59 | 43 | 1C | 0 | 19 | 41 | 7F | 10 | 1E |
| Octal | 100 | 131 | 103 | 34 | 0 | 31 | 101 | 177 | 20 | 36 |
| Binary | 1000000 | 1011001 | 1000011 | 11100 | 0 | 11001 | 1000001 | 1111111 | 10000 | 11110 |
Color Harmonies of #405943
Complementary color
Monochromatic Colors of #405943
Black with #405943
Text Example
Text Example
White with #405943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405943; }
p { color: rgb(64,89,67); }
H1.HeaderClassName
{
color: #405943;
}
.AnyTagClassName
{
color: #405943;
}
</style>
background-color css
<style>
a { background-color: #405943; }
a { background-color: rgb(64,89,67); }
div.DivClassName
{
background-color: #405943;
}
.BgClassName
{
background-color: #405943;
}
</style>
border-color css
<style>
span { border-color: #405943; }
span { border-color: rgb(64,89,67); }
td.TdClassName
{
border-color: #405943;
}
.TagClassName
{
border-color: #405943;
}
</style>