Shades of Hunter Green #416248
Tints of Hunter Green #416248
RGB
CMYK
RGB Variations
Color information
#416248 (or 0x416248) is known color: Hunter Green. HEX triplet: 41, 62 and 48. RGB value is (65,98,72). Sum of RGB (Red+Green+Blue) = 65+98+72=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #416248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416248 is #BE9DB7. Grayscale: #555555. Windows color (decimal): -12492216 or 4743745. OLE color: 4743745.
HSL color Cylindrical-coordinate representation of color #416248: hue angle of 132.73º 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 #416248 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 72 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.62 |
| HSL | 132.73º | 0.2% | 0.32% | - |
| HSV(B) | 132.73º | 0.34% | 0.38% | - |
| XYZ | 7.72 | 10.33 | 7.72 | - |
| YUV | 85.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 72 | 0.34 | 0 | 0.27 | 0.62 | 132.73 | 0.2 | 0.32 |
| Hex | 41 | 62 | 48 | 22 | 0 | 1B | 3E | 85 | 14 | 20 |
| Octal | 101 | 142 | 110 | 42 | 0 | 33 | 76 | 205 | 24 | 40 |
| Binary | 1000001 | 1100010 | 1001000 | 100010 | 0 | 11011 | 111110 | 10000101 | 10100 | 100000 |
Color Harmonies of #416248
Complementary color
Monochromatic Colors of #416248
Black with #416248
Text Example
Text Example
White with #416248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416248; }
p { color: rgb(65,98,72); }
H1.HeaderClassName
{
color: #416248;
}
.AnyTagClassName
{
color: #416248;
}
</style>
background-color css
<style>
a { background-color: #416248; }
a { background-color: rgb(65,98,72); }
div.DivClassName
{
background-color: #416248;
}
.BgClassName
{
background-color: #416248;
}
</style>
border-color css
<style>
span { border-color: #416248; }
span { border-color: rgb(65,98,72); }
td.TdClassName
{
border-color: #416248;
}
.TagClassName
{
border-color: #416248;
}
</style>