Shades of Hunter Green #35613B
Tints of Hunter Green #35613B
RGB
CMYK
RGB Variations
Color information
#35613B (or 0x35613B) is known color: Hunter Green. HEX triplet: 35, 61 and 3B. RGB value is (53,97,59). Sum of RGB (Red+Green+Blue) = 53+97+59=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #35613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35613B is #CA9EC4. Grayscale: #4F4F4F. Windows color (decimal): -13278917 or 3891509. OLE color: 3891509.
HSL color Cylindrical-coordinate representation of color #35613B: hue angle of 128.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35613B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 97 | 59 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.62 |
| HSL | 128.18º | 0.29% | 0.29% | - |
| HSV(B) | 128.18º | 0.45% | 0.38% | - |
| XYZ | 6.53 | 9.62 | 5.65 | - |
| YUV | 79.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 59 | 0.45 | 0 | 0.39 | 0.62 | 128.18 | 0.29 | 0.29 |
| Hex | 35 | 61 | 3B | 2D | 0 | 27 | 3E | 80 | 1D | 1D |
| Octal | 65 | 141 | 73 | 55 | 0 | 47 | 76 | 200 | 35 | 35 |
| Binary | 110101 | 1100001 | 111011 | 101101 | 0 | 100111 | 111110 | 10000000 | 11101 | 11101 |
Color Harmonies of #35613B
Complementary color
Monochromatic Colors of #35613B
Black with #35613B
Text Example
Text Example
White with #35613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35613B; }
p { color: rgb(53,97,59); }
H1.HeaderClassName
{
color: #35613B;
}
.AnyTagClassName
{
color: #35613B;
}
</style>
background-color css
<style>
a { background-color: #35613B; }
a { background-color: rgb(53,97,59); }
div.DivClassName
{
background-color: #35613B;
}
.BgClassName
{
background-color: #35613B;
}
</style>
border-color css
<style>
span { border-color: #35613B; }
span { border-color: rgb(53,97,59); }
td.TdClassName
{
border-color: #35613B;
}
.TagClassName
{
border-color: #35613B;
}
</style>