Shades of Hunter Green #32603B
Tints of Hunter Green #32603B
RGB
CMYK
RGB Variations
Color information
#32603B (or 0x32603B) is known color: Hunter Green. HEX triplet: 32, 60 and 3B. RGB value is (50,96,59). Sum of RGB (Red+Green+Blue) = 50+96+59=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #32603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32603B is #CD9FC4. Grayscale: #4E4E4E. Windows color (decimal): -13475781 or 3891250. OLE color: 3891250.
HSL color Cylindrical-coordinate representation of color #32603B: hue angle of 131.74º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32603B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 59 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.62 |
| HSL | 131.74º | 0.32% | 0.29% | - |
| HSV(B) | 131.74º | 0.48% | 0.38% | - |
| XYZ | 6.29 | 9.36 | 5.61 | - |
| YUV | 78.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 59 | 0.48 | 0 | 0.39 | 0.62 | 131.74 | 0.32 | 0.29 |
| Hex | 32 | 60 | 3B | 30 | 0 | 27 | 3E | 84 | 20 | 1D |
| Octal | 62 | 140 | 73 | 60 | 0 | 47 | 76 | 204 | 40 | 35 |
| Binary | 110010 | 1100000 | 111011 | 110000 | 0 | 100111 | 111110 | 10000100 | 100000 | 11101 |
Color Harmonies of #32603B
Complementary color
Monochromatic Colors of #32603B
Black with #32603B
Text Example
Text Example
White with #32603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32603B; }
p { color: rgb(50,96,59); }
H1.HeaderClassName
{
color: #32603B;
}
.AnyTagClassName
{
color: #32603B;
}
</style>
background-color css
<style>
a { background-color: #32603B; }
a { background-color: rgb(50,96,59); }
div.DivClassName
{
background-color: #32603B;
}
.BgClassName
{
background-color: #32603B;
}
</style>
border-color css
<style>
span { border-color: #32603B; }
span { border-color: rgb(50,96,59); }
td.TdClassName
{
border-color: #32603B;
}
.TagClassName
{
border-color: #32603B;
}
</style>