Shades of Hunter Green #336C40
Tints of Hunter Green #336C40
RGB
CMYK
RGB Variations
Color information
#336C40 (or 0x336C40) is known color: Hunter Green. HEX triplet: 33, 6C and 40. RGB value is (51,108,64). Sum of RGB (Red+Green+Blue) = 51+108+64=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #336C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336C40 is #CC93BF. Grayscale: #565656. Windows color (decimal): -13407168 or 4222003. OLE color: 4222003.
HSL color Cylindrical-coordinate representation of color #336C40: hue angle of 133.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C40 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 108 | 64 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.58 |
| HSL | 133.68º | 0.36% | 0.31% | - |
| HSV(B) | 133.68º | 0.53% | 0.42% | - |
| XYZ | 7.65 | 11.8 | 6.72 | - |
| YUV | 85.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 64 | 0.53 | 0 | 0.41 | 0.58 | 133.68 | 0.36 | 0.31 |
| Hex | 33 | 6C | 40 | 35 | 0 | 29 | 3A | 86 | 24 | 1F |
| Octal | 63 | 154 | 100 | 65 | 0 | 51 | 72 | 206 | 44 | 37 |
| Binary | 110011 | 1101100 | 1000000 | 110101 | 0 | 101001 | 111010 | 10000110 | 100100 | 11111 |
Color Harmonies of #336C40
Complementary color
Monochromatic Colors of #336C40
Black with #336C40
Text Example
Text Example
White with #336C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C40; }
p { color: rgb(51,108,64); }
H1.HeaderClassName
{
color: #336C40;
}
.AnyTagClassName
{
color: #336C40;
}
</style>
background-color css
<style>
a { background-color: #336C40; }
a { background-color: rgb(51,108,64); }
div.DivClassName
{
background-color: #336C40;
}
.BgClassName
{
background-color: #336C40;
}
</style>
border-color css
<style>
span { border-color: #336C40; }
span { border-color: rgb(51,108,64); }
td.TdClassName
{
border-color: #336C40;
}
.TagClassName
{
border-color: #336C40;
}
</style>