Shades of Hunter Green #335D3A
Tints of Hunter Green #335D3A
RGB
CMYK
RGB Variations
Color information
#335D3A (or 0x335D3A) is known color: Hunter Green. HEX triplet: 33, 5D and 3A. RGB value is (51,93,58). Sum of RGB (Red+Green+Blue) = 51+93+58=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #335D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D3A is #CCA2C5. Grayscale: #4C4C4C. Windows color (decimal): -13411014 or 3824947. OLE color: 3824947.
HSL color Cylindrical-coordinate representation of color #335D3A: hue angle of 130º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335D3A is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 58 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.64 |
| HSL | 130º | 0.29% | 0.28% | - |
| HSV(B) | 130º | 0.45% | 0.36% | - |
| XYZ | 6.04 | 8.84 | 5.39 | - |
| YUV | 76.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 58 | 0.45 | 0 | 0.38 | 0.64 | 130 | 0.29 | 0.28 |
| Hex | 33 | 5D | 3A | 2D | 0 | 26 | 40 | 82 | 1D | 1C |
| Octal | 63 | 135 | 72 | 55 | 0 | 46 | 100 | 202 | 35 | 34 |
| Binary | 110011 | 1011101 | 111010 | 101101 | 0 | 100110 | 1000000 | 10000010 | 11101 | 11100 |
Color Harmonies of #335D3A
Complementary color
Monochromatic Colors of #335D3A
Black with #335D3A
Text Example
Text Example
White with #335D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D3A; }
p { color: rgb(51,93,58); }
H1.HeaderClassName
{
color: #335D3A;
}
.AnyTagClassName
{
color: #335D3A;
}
</style>
background-color css
<style>
a { background-color: #335D3A; }
a { background-color: rgb(51,93,58); }
div.DivClassName
{
background-color: #335D3A;
}
.BgClassName
{
background-color: #335D3A;
}
</style>
border-color css
<style>
span { border-color: #335D3A; }
span { border-color: rgb(51,93,58); }
td.TdClassName
{
border-color: #335D3A;
}
.TagClassName
{
border-color: #335D3A;
}
</style>