Shades of Hunter Green #335D3D
Tints of Hunter Green #335D3D
RGB
CMYK
RGB Variations
Color information
#335D3D (or 0x335D3D) is known color: Hunter Green. HEX triplet: 33, 5D and 3D. RGB value is (51,93,61). Sum of RGB (Red+Green+Blue) = 51+93+61=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #335D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D3D is #CCA2C2. Grayscale: #4C4C4C. Windows color (decimal): -13411011 or 4021555. OLE color: 4021555.
HSL color Cylindrical-coordinate representation of color #335D3D: hue angle of 134.29º 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 #335D3D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 61 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.64 |
| HSL | 134.29º | 0.29% | 0.28% | - |
| HSV(B) | 134.29º | 0.45% | 0.36% | - |
| XYZ | 6.12 | 8.87 | 5.8 | - |
| YUV | 76.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 61 | 0.45 | 0 | 0.34 | 0.64 | 134.29 | 0.29 | 0.28 |
| Hex | 33 | 5D | 3D | 2D | 0 | 22 | 40 | 86 | 1D | 1C |
| Octal | 63 | 135 | 75 | 55 | 0 | 42 | 100 | 206 | 35 | 34 |
| Binary | 110011 | 1011101 | 111101 | 101101 | 0 | 100010 | 1000000 | 10000110 | 11101 | 11100 |
Color Harmonies of #335D3D
Complementary color
Monochromatic Colors of #335D3D
Black with #335D3D
Text Example
Text Example
White with #335D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D3D; }
p { color: rgb(51,93,61); }
H1.HeaderClassName
{
color: #335D3D;
}
.AnyTagClassName
{
color: #335D3D;
}
</style>
background-color css
<style>
a { background-color: #335D3D; }
a { background-color: rgb(51,93,61); }
div.DivClassName
{
background-color: #335D3D;
}
.BgClassName
{
background-color: #335D3D;
}
</style>
border-color css
<style>
span { border-color: #335D3D; }
span { border-color: rgb(51,93,61); }
td.TdClassName
{
border-color: #335D3D;
}
.TagClassName
{
border-color: #335D3D;
}
</style>