Shades of Hunter Green #336B3C
Tints of Hunter Green #336B3C
RGB
CMYK
RGB Variations
Color information
#336B3C (or 0x336B3C) is known color: Hunter Green. HEX triplet: 33, 6B and 3C. RGB value is (51,107,60). Sum of RGB (Red+Green+Blue) = 51+107+60=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #336B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B3C is #CC94C3. Grayscale: #555555. Windows color (decimal): -13407428 or 3959603. OLE color: 3959603.
HSL color Cylindrical-coordinate representation of color #336B3C: hue angle of 129.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336B3C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 60 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.58 |
| HSL | 129.64º | 0.35% | 0.31% | - |
| HSV(B) | 129.64º | 0.52% | 0.42% | - |
| XYZ | 7.44 | 11.55 | 6.11 | - |
| YUV | 84.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 60 | 0.52 | 0 | 0.44 | 0.58 | 129.64 | 0.35 | 0.31 |
| Hex | 33 | 6B | 3C | 34 | 0 | 2C | 3A | 82 | 23 | 1F |
| Octal | 63 | 153 | 74 | 64 | 0 | 54 | 72 | 202 | 43 | 37 |
| Binary | 110011 | 1101011 | 111100 | 110100 | 0 | 101100 | 111010 | 10000010 | 100011 | 11111 |
Color Harmonies of #336B3C
Complementary color
Monochromatic Colors of #336B3C
Black with #336B3C
Text Example
Text Example
White with #336B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B3C; }
p { color: rgb(51,107,60); }
H1.HeaderClassName
{
color: #336B3C;
}
.AnyTagClassName
{
color: #336B3C;
}
</style>
background-color css
<style>
a { background-color: #336B3C; }
a { background-color: rgb(51,107,60); }
div.DivClassName
{
background-color: #336B3C;
}
.BgClassName
{
background-color: #336B3C;
}
</style>
border-color css
<style>
span { border-color: #336B3C; }
span { border-color: rgb(51,107,60); }
td.TdClassName
{
border-color: #336B3C;
}
.TagClassName
{
border-color: #336B3C;
}
</style>