Shades of Hunter Green #416245
Tints of Hunter Green #416245
RGB
CMYK
RGB Variations
Color information
#416245 (or 0x416245) is known color: Hunter Green. HEX triplet: 41, 62 and 45. RGB value is (65,98,69). Sum of RGB (Red+Green+Blue) = 65+98+69=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #416245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416245 is #BE9DBA. Grayscale: #545454. Windows color (decimal): -12492219 or 4547137. OLE color: 4547137.
HSL color Cylindrical-coordinate representation of color #416245: 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 #416245 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 69 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.62 |
| HSL | 127.27º | 0.2% | 0.32% | - |
| HSV(B) | 127.27º | 0.34% | 0.38% | - |
| XYZ | 7.62 | 10.29 | 7.21 | - |
| YUV | 84.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 69 | 0.34 | 0 | 0.30 | 0.62 | 127.27 | 0.2 | 0.32 |
| Hex | 41 | 62 | 45 | 22 | 0 | 1E | 3E | 7F | 14 | 20 |
| Octal | 101 | 142 | 105 | 42 | 0 | 36 | 76 | 177 | 24 | 40 |
| Binary | 1000001 | 1100010 | 1000101 | 100010 | 0 | 11110 | 111110 | 1111111 | 10100 | 100000 |
Color Harmonies of #416245
Complementary color
Monochromatic Colors of #416245
Black with #416245
Text Example
Text Example
White with #416245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416245; }
p { color: rgb(65,98,69); }
H1.HeaderClassName
{
color: #416245;
}
.AnyTagClassName
{
color: #416245;
}
</style>
background-color css
<style>
a { background-color: #416245; }
a { background-color: rgb(65,98,69); }
div.DivClassName
{
background-color: #416245;
}
.BgClassName
{
background-color: #416245;
}
</style>
border-color css
<style>
span { border-color: #416245; }
span { border-color: rgb(65,98,69); }
td.TdClassName
{
border-color: #416245;
}
.TagClassName
{
border-color: #416245;
}
</style>