Shades of Hunter Green #426448
Tints of Hunter Green #426448
RGB
CMYK
RGB Variations
Color information
#426448 (or 0x426448) is known color: Hunter Green. HEX triplet: 42, 64 and 48. RGB value is (66,100,72). Sum of RGB (Red+Green+Blue) = 66+100+72=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #426448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426448 is #BD9BB7. Grayscale: #565656. Windows color (decimal): -12426168 or 4744258. OLE color: 4744258.
HSL color Cylindrical-coordinate representation of color #426448: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #426448 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 72 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.61 |
| HSL | 130.59º | 0.2% | 0.33% | - |
| HSV(B) | 130.59º | 0.34% | 0.39% | - |
| XYZ | 7.97 | 10.74 | 7.78 | - |
| YUV | 86.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 72 | 0.34 | 0 | 0.28 | 0.61 | 130.59 | 0.2 | 0.33 |
| Hex | 42 | 64 | 48 | 22 | 0 | 1C | 3D | 83 | 14 | 21 |
| Octal | 102 | 144 | 110 | 42 | 0 | 34 | 75 | 203 | 24 | 41 |
| Binary | 1000010 | 1100100 | 1001000 | 100010 | 0 | 11100 | 111101 | 10000011 | 10100 | 100001 |
Color Harmonies of #426448
Complementary color
Monochromatic Colors of #426448
Black with #426448
Text Example
Text Example
White with #426448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426448; }
p { color: rgb(66,100,72); }
H1.HeaderClassName
{
color: #426448;
}
.AnyTagClassName
{
color: #426448;
}
</style>
background-color css
<style>
a { background-color: #426448; }
a { background-color: rgb(66,100,72); }
div.DivClassName
{
background-color: #426448;
}
.BgClassName
{
background-color: #426448;
}
</style>
border-color css
<style>
span { border-color: #426448; }
span { border-color: rgb(66,100,72); }
td.TdClassName
{
border-color: #426448;
}
.TagClassName
{
border-color: #426448;
}
</style>