Shades of Hunter Green #406543
Tints of Hunter Green #406543
RGB
CMYK
RGB Variations
Color information
#406543 (or 0x406543) is known color: Hunter Green. HEX triplet: 40, 65 and 43. RGB value is (64,101,67). Sum of RGB (Red+Green+Blue) = 64+101+67=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #406543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406543 is #BF9ABC. Grayscale: #565656. Windows color (decimal): -12556989 or 4416832. OLE color: 4416832.
HSL color Cylindrical-coordinate representation of color #406543: hue angle of 124.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406543 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 101 | 67 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.60 |
| HSL | 124.86º | 0.22% | 0.32% | - |
| HSV(B) | 124.86º | 0.37% | 0.4% | - |
| XYZ | 7.78 | 10.8 | 6.99 | - |
| YUV | 86.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 67 | 0.37 | 0 | 0.34 | 0.60 | 124.86 | 0.22 | 0.32 |
| Hex | 40 | 65 | 43 | 25 | 0 | 22 | 3C | 7D | 16 | 20 |
| Octal | 100 | 145 | 103 | 45 | 0 | 42 | 74 | 175 | 26 | 40 |
| Binary | 1000000 | 1100101 | 1000011 | 100101 | 0 | 100010 | 111100 | 1111101 | 10110 | 100000 |
Color Harmonies of #406543
Complementary color
Monochromatic Colors of #406543
Black with #406543
Text Example
Text Example
White with #406543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406543; }
p { color: rgb(64,101,67); }
H1.HeaderClassName
{
color: #406543;
}
.AnyTagClassName
{
color: #406543;
}
</style>
background-color css
<style>
a { background-color: #406543; }
a { background-color: rgb(64,101,67); }
div.DivClassName
{
background-color: #406543;
}
.BgClassName
{
background-color: #406543;
}
</style>
border-color css
<style>
span { border-color: #406543; }
span { border-color: rgb(64,101,67); }
td.TdClassName
{
border-color: #406543;
}
.TagClassName
{
border-color: #406543;
}
</style>