Shades of Hunter Green #336F40
Tints of Hunter Green #336F40
RGB
CMYK
RGB Variations
Color information
#336F40 (or 0x336F40) is known color: Hunter Green. HEX triplet: 33, 6F and 40. RGB value is (51,111,64). Sum of RGB (Red+Green+Blue) = 51+111+64=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #336F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F40 is #CC90BF. Grayscale: #575757. Windows color (decimal): -13406400 or 4222771. OLE color: 4222771.
HSL color Cylindrical-coordinate representation of color #336F40: hue angle of 133º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F40 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 64 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.56 |
| HSL | 133º | 0.37% | 0.32% | - |
| HSV(B) | 133º | 0.54% | 0.44% | - |
| XYZ | 7.98 | 12.44 | 6.83 | - |
| YUV | 87.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 64 | 0.54 | 0 | 0.42 | 0.56 | 133 | 0.37 | 0.32 |
| Hex | 33 | 6F | 40 | 36 | 0 | 2A | 38 | 85 | 25 | 20 |
| Octal | 63 | 157 | 100 | 66 | 0 | 52 | 70 | 205 | 45 | 40 |
| Binary | 110011 | 1101111 | 1000000 | 110110 | 0 | 101010 | 111000 | 10000101 | 100101 | 100000 |
Color Harmonies of #336F40
Complementary color
Monochromatic Colors of #336F40
Black with #336F40
Text Example
Text Example
White with #336F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F40; }
p { color: rgb(51,111,64); }
H1.HeaderClassName
{
color: #336F40;
}
.AnyTagClassName
{
color: #336F40;
}
</style>
background-color css
<style>
a { background-color: #336F40; }
a { background-color: rgb(51,111,64); }
div.DivClassName
{
background-color: #336F40;
}
.BgClassName
{
background-color: #336F40;
}
</style>
border-color css
<style>
span { border-color: #336F40; }
span { border-color: rgb(51,111,64); }
td.TdClassName
{
border-color: #336F40;
}
.TagClassName
{
border-color: #336F40;
}
</style>