Shades of Hunter Green #426646
Tints of Hunter Green #426646
RGB
CMYK
RGB Variations
Color information
#426646 (or 0x426646) is known color: Hunter Green. HEX triplet: 42, 66 and 46. RGB value is (66,102,70). Sum of RGB (Red+Green+Blue) = 66+102+70=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #426646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426646 is #BD99B9. Grayscale: #575757. Windows color (decimal): -12425658 or 4613698. OLE color: 4613698.
HSL color Cylindrical-coordinate representation of color #426646: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426646 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 102 | 70 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.6 |
| HSL | 126.67º | 0.21% | 0.33% | - |
| HSV(B) | 126.67º | 0.35% | 0.4% | - |
| XYZ | 8.1 | 11.1 | 7.51 | - |
| YUV | 87.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 70 | 0.35 | 0 | 0.31 | 0.6 | 126.67 | 0.21 | 0.33 |
| Hex | 42 | 66 | 46 | 23 | 0 | 1F | 3C | 7F | 15 | 21 |
| Octal | 102 | 146 | 106 | 43 | 0 | 37 | 74 | 177 | 25 | 41 |
| Binary | 1000010 | 1100110 | 1000110 | 100011 | 0 | 11111 | 111100 | 1111111 | 10101 | 100001 |
Color Harmonies of #426646
Complementary color
Monochromatic Colors of #426646
Black with #426646
Text Example
Text Example
White with #426646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426646; }
p { color: rgb(66,102,70); }
H1.HeaderClassName
{
color: #426646;
}
.AnyTagClassName
{
color: #426646;
}
</style>
background-color css
<style>
a { background-color: #426646; }
a { background-color: rgb(66,102,70); }
div.DivClassName
{
background-color: #426646;
}
.BgClassName
{
background-color: #426646;
}
</style>
border-color css
<style>
span { border-color: #426646; }
span { border-color: rgb(66,102,70); }
td.TdClassName
{
border-color: #426646;
}
.TagClassName
{
border-color: #426646;
}
</style>