Shades of Hunter Green #406245
Tints of Hunter Green #406245
RGB
CMYK
RGB Variations
Color information
#406245 (or 0x406245) is known color: Hunter Green. HEX triplet: 40, 62 and 45. RGB value is (64,98,69). Sum of RGB (Red+Green+Blue) = 64+98+69=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #406245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406245 is #BF9DBA. Grayscale: #545454. Windows color (decimal): -12557755 or 4547136. OLE color: 4547136.
HSL color Cylindrical-coordinate representation of color #406245: hue angle of 128.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406245 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 69 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.62 |
| HSL | 128.82º | 0.21% | 0.32% | - |
| HSV(B) | 128.82º | 0.35% | 0.38% | - |
| XYZ | 7.56 | 10.26 | 7.21 | - |
| YUV | 84.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 69 | 0.35 | 0 | 0.30 | 0.62 | 128.82 | 0.21 | 0.32 |
| Hex | 40 | 62 | 45 | 23 | 0 | 1E | 3E | 81 | 15 | 20 |
| Octal | 100 | 142 | 105 | 43 | 0 | 36 | 76 | 201 | 25 | 40 |
| Binary | 1000000 | 1100010 | 1000101 | 100011 | 0 | 11110 | 111110 | 10000001 | 10101 | 100000 |
Color Harmonies of #406245
Complementary color
Monochromatic Colors of #406245
Black with #406245
Text Example
Text Example
White with #406245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406245; }
p { color: rgb(64,98,69); }
H1.HeaderClassName
{
color: #406245;
}
.AnyTagClassName
{
color: #406245;
}
</style>
background-color css
<style>
a { background-color: #406245; }
a { background-color: rgb(64,98,69); }
div.DivClassName
{
background-color: #406245;
}
.BgClassName
{
background-color: #406245;
}
</style>
border-color css
<style>
span { border-color: #406245; }
span { border-color: rgb(64,98,69); }
td.TdClassName
{
border-color: #406245;
}
.TagClassName
{
border-color: #406245;
}
</style>