Shades of Hunter Green #336F44
Tints of Hunter Green #336F44
RGB
CMYK
RGB Variations
Color information
#336F44 (or 0x336F44) is known color: Hunter Green. HEX triplet: 33, 6F and 44. RGB value is (51,111,68). Sum of RGB (Red+Green+Blue) = 51+111+68=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #336F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F44 is #CC90BB. Grayscale: #585858. Windows color (decimal): -13406396 or 4484915. OLE color: 4484915.
HSL color Cylindrical-coordinate representation of color #336F44: hue angle of 137º 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 #336F44 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 68 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.56 |
| HSL | 137º | 0.37% | 0.32% | - |
| HSV(B) | 137º | 0.54% | 0.44% | - |
| XYZ | 8.09 | 12.49 | 7.45 | - |
| YUV | 88.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 68 | 0.54 | 0 | 0.39 | 0.56 | 137 | 0.37 | 0.32 |
| Hex | 33 | 6F | 44 | 36 | 0 | 27 | 38 | 89 | 25 | 20 |
| Octal | 63 | 157 | 104 | 66 | 0 | 47 | 70 | 211 | 45 | 40 |
| Binary | 110011 | 1101111 | 1000100 | 110110 | 0 | 100111 | 111000 | 10001001 | 100101 | 100000 |
Color Harmonies of #336F44
Complementary color
Monochromatic Colors of #336F44
Black with #336F44
Text Example
Text Example
White with #336F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F44; }
p { color: rgb(51,111,68); }
H1.HeaderClassName
{
color: #336F44;
}
.AnyTagClassName
{
color: #336F44;
}
</style>
background-color css
<style>
a { background-color: #336F44; }
a { background-color: rgb(51,111,68); }
div.DivClassName
{
background-color: #336F44;
}
.BgClassName
{
background-color: #336F44;
}
</style>
border-color css
<style>
span { border-color: #336F44; }
span { border-color: rgb(51,111,68); }
td.TdClassName
{
border-color: #336F44;
}
.TagClassName
{
border-color: #336F44;
}
</style>