Shades of Hunter Green #336840
Tints of Hunter Green #336840
RGB
CMYK
RGB Variations
Color information
#336840 (or 0x336840) is known color: Hunter Green. HEX triplet: 33, 68 and 40. RGB value is (51,104,64). Sum of RGB (Red+Green+Blue) = 51+104+64=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #336840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336840 is #CC97BF. Grayscale: #535353. Windows color (decimal): -13408192 or 4220979. OLE color: 4220979.
HSL color Cylindrical-coordinate representation of color #336840: hue angle of 134.72º 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 #336840 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 64 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.59 |
| HSL | 134.72º | 0.34% | 0.3% | - |
| HSV(B) | 134.72º | 0.51% | 0.41% | - |
| XYZ | 7.24 | 10.97 | 6.59 | - |
| YUV | 83.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 64 | 0.51 | 0 | 0.38 | 0.59 | 134.72 | 0.34 | 0.3 |
| Hex | 33 | 68 | 40 | 33 | 0 | 26 | 3B | 87 | 22 | 1E |
| Octal | 63 | 150 | 100 | 63 | 0 | 46 | 73 | 207 | 42 | 36 |
| Binary | 110011 | 1101000 | 1000000 | 110011 | 0 | 100110 | 111011 | 10000111 | 100010 | 11110 |
Color Harmonies of #336840
Complementary color
Monochromatic Colors of #336840
Black with #336840
Text Example
Text Example
White with #336840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336840; }
p { color: rgb(51,104,64); }
H1.HeaderClassName
{
color: #336840;
}
.AnyTagClassName
{
color: #336840;
}
</style>
background-color css
<style>
a { background-color: #336840; }
a { background-color: rgb(51,104,64); }
div.DivClassName
{
background-color: #336840;
}
.BgClassName
{
background-color: #336840;
}
</style>
border-color css
<style>
span { border-color: #336840; }
span { border-color: rgb(51,104,64); }
td.TdClassName
{
border-color: #336840;
}
.TagClassName
{
border-color: #336840;
}
</style>