Shades of Hunter Green #426246
Tints of Hunter Green #426246
RGB
CMYK
RGB Variations
Color information
#426246 (or 0x426246) is known color: Hunter Green. HEX triplet: 42, 62 and 46. RGB value is (66,98,70). Sum of RGB (Red+Green+Blue) = 66+98+70=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #426246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426246 is #BD9DB9. Grayscale: #555555. Windows color (decimal): -12426682 or 4612674. OLE color: 4612674.
HSL color Cylindrical-coordinate representation of color #426246: hue angle of 127.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426246 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 98 | 70 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.62 |
| HSL | 127.5º | 0.2% | 0.32% | - |
| HSV(B) | 127.5º | 0.33% | 0.38% | - |
| XYZ | 7.72 | 10.34 | 7.38 | - |
| YUV | 85.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 70 | 0.33 | 0 | 0.29 | 0.62 | 127.5 | 0.2 | 0.32 |
| Hex | 42 | 62 | 46 | 21 | 0 | 1D | 3E | 80 | 14 | 20 |
| Octal | 102 | 142 | 106 | 41 | 0 | 35 | 76 | 200 | 24 | 40 |
| Binary | 1000010 | 1100010 | 1000110 | 100001 | 0 | 11101 | 111110 | 10000000 | 10100 | 100000 |
Color Harmonies of #426246
Complementary color
Monochromatic Colors of #426246
Black with #426246
Text Example
Text Example
White with #426246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426246; }
p { color: rgb(66,98,70); }
H1.HeaderClassName
{
color: #426246;
}
.AnyTagClassName
{
color: #426246;
}
</style>
background-color css
<style>
a { background-color: #426246; }
a { background-color: rgb(66,98,70); }
div.DivClassName
{
background-color: #426246;
}
.BgClassName
{
background-color: #426246;
}
</style>
border-color css
<style>
span { border-color: #426246; }
span { border-color: rgb(66,98,70); }
td.TdClassName
{
border-color: #426246;
}
.TagClassName
{
border-color: #426246;
}
</style>