Shades of Hunter Green #336842
Tints of Hunter Green #336842
RGB
CMYK
RGB Variations
Color information
#336842 (or 0x336842) is known color: Hunter Green. HEX triplet: 33, 68 and 42. RGB value is (51,104,66). Sum of RGB (Red+Green+Blue) = 51+104+66=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #336842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336842 is #CC97BD. Grayscale: #535353. Windows color (decimal): -13408190 or 4352051. OLE color: 4352051.
HSL color Cylindrical-coordinate representation of color #336842: hue angle of 136.98º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336842 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 66 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.59 |
| HSL | 136.98º | 0.34% | 0.3% | - |
| HSV(B) | 136.98º | 0.51% | 0.41% | - |
| XYZ | 7.3 | 11 | 6.89 | - |
| YUV | 83.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 66 | 0.51 | 0 | 0.37 | 0.59 | 136.98 | 0.34 | 0.3 |
| Hex | 33 | 68 | 42 | 33 | 0 | 25 | 3B | 89 | 22 | 1E |
| Octal | 63 | 150 | 102 | 63 | 0 | 45 | 73 | 211 | 42 | 36 |
| Binary | 110011 | 1101000 | 1000010 | 110011 | 0 | 100101 | 111011 | 10001001 | 100010 | 11110 |
Color Harmonies of #336842
Complementary color
Monochromatic Colors of #336842
Black with #336842
Text Example
Text Example
White with #336842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336842; }
p { color: rgb(51,104,66); }
H1.HeaderClassName
{
color: #336842;
}
.AnyTagClassName
{
color: #336842;
}
</style>
background-color css
<style>
a { background-color: #336842; }
a { background-color: rgb(51,104,66); }
div.DivClassName
{
background-color: #336842;
}
.BgClassName
{
background-color: #336842;
}
</style>
border-color css
<style>
span { border-color: #336842; }
span { border-color: rgb(51,104,66); }
td.TdClassName
{
border-color: #336842;
}
.TagClassName
{
border-color: #336842;
}
</style>