Shades of Hunter Green #335E3C
Tints of Hunter Green #335E3C
RGB
CMYK
RGB Variations
Color information
#335E3C (or 0x335E3C) is known color: Hunter Green. HEX triplet: 33, 5E and 3C. RGB value is (51,94,60). Sum of RGB (Red+Green+Blue) = 51+94+60=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #335E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E3C is #CCA1C3. Grayscale: #4D4D4D. Windows color (decimal): -13410756 or 3956275. OLE color: 3956275.
HSL color Cylindrical-coordinate representation of color #335E3C: hue angle of 132.56º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E3C is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 60 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.63 |
| HSL | 132.56º | 0.3% | 0.28% | - |
| HSV(B) | 132.56º | 0.46% | 0.37% | - |
| XYZ | 6.18 | 9.04 | 5.69 | - |
| YUV | 77.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 60 | 0.46 | 0 | 0.36 | 0.63 | 132.56 | 0.3 | 0.28 |
| Hex | 33 | 5E | 3C | 2E | 0 | 24 | 3F | 85 | 1E | 1C |
| Octal | 63 | 136 | 74 | 56 | 0 | 44 | 77 | 205 | 36 | 34 |
| Binary | 110011 | 1011110 | 111100 | 101110 | 0 | 100100 | 111111 | 10000101 | 11110 | 11100 |
Color Harmonies of #335E3C
Complementary color
Monochromatic Colors of #335E3C
Black with #335E3C
Text Example
Text Example
White with #335E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E3C; }
p { color: rgb(51,94,60); }
H1.HeaderClassName
{
color: #335E3C;
}
.AnyTagClassName
{
color: #335E3C;
}
</style>
background-color css
<style>
a { background-color: #335E3C; }
a { background-color: rgb(51,94,60); }
div.DivClassName
{
background-color: #335E3C;
}
.BgClassName
{
background-color: #335E3C;
}
</style>
border-color css
<style>
span { border-color: #335E3C; }
span { border-color: rgb(51,94,60); }
td.TdClassName
{
border-color: #335E3C;
}
.TagClassName
{
border-color: #335E3C;
}
</style>