Shades of Hunter Green #32603D
Tints of Hunter Green #32603D
RGB
CMYK
RGB Variations
Color information
#32603D (or 0x32603D) is known color: Hunter Green. HEX triplet: 32, 60 and 3D. RGB value is (50,96,61). Sum of RGB (Red+Green+Blue) = 50+96+61=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #32603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32603D is #CD9FC2. Grayscale: #4E4E4E. Windows color (decimal): -13475779 or 4022322. OLE color: 4022322.
HSL color Cylindrical-coordinate representation of color #32603D: hue angle of 134.35º 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 #32603D is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 61 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.62 |
| HSL | 134.35º | 0.32% | 0.29% | - |
| HSV(B) | 134.35º | 0.48% | 0.38% | - |
| XYZ | 6.34 | 9.38 | 5.89 | - |
| YUV | 78.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 61 | 0.48 | 0 | 0.36 | 0.62 | 134.35 | 0.32 | 0.29 |
| Hex | 32 | 60 | 3D | 30 | 0 | 24 | 3E | 86 | 20 | 1D |
| Octal | 62 | 140 | 75 | 60 | 0 | 44 | 76 | 206 | 40 | 35 |
| Binary | 110010 | 1100000 | 111101 | 110000 | 0 | 100100 | 111110 | 10000110 | 100000 | 11101 |
Color Harmonies of #32603D
Complementary color
Monochromatic Colors of #32603D
Black with #32603D
Text Example
Text Example
White with #32603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32603D; }
p { color: rgb(50,96,61); }
H1.HeaderClassName
{
color: #32603D;
}
.AnyTagClassName
{
color: #32603D;
}
</style>
background-color css
<style>
a { background-color: #32603D; }
a { background-color: rgb(50,96,61); }
div.DivClassName
{
background-color: #32603D;
}
.BgClassName
{
background-color: #32603D;
}
</style>
border-color css
<style>
span { border-color: #32603D; }
span { border-color: rgb(50,96,61); }
td.TdClassName
{
border-color: #32603D;
}
.TagClassName
{
border-color: #32603D;
}
</style>