Shades of Hunter Green #32663D
Tints of Hunter Green #32663D
RGB
CMYK
RGB Variations
Color information
#32663D (or 0x32663D) is known color: Hunter Green. HEX triplet: 32, 66 and 3D. RGB value is (50,102,61). Sum of RGB (Red+Green+Blue) = 50+102+61=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #32663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32663D is #CD99C2. Grayscale: #515151. Windows color (decimal): -13474243 or 4023858. OLE color: 4023858.
HSL color Cylindrical-coordinate representation of color #32663D: hue angle of 132.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32663D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 61 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.6 |
| HSL | 132.69º | 0.34% | 0.3% | - |
| HSV(B) | 132.69º | 0.51% | 0.4% | - |
| XYZ | 6.91 | 10.52 | 6.08 | - |
| YUV | 81.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 61 | 0.51 | 0 | 0.40 | 0.6 | 132.69 | 0.34 | 0.3 |
| Hex | 32 | 66 | 3D | 33 | 0 | 28 | 3C | 85 | 22 | 1E |
| Octal | 62 | 146 | 75 | 63 | 0 | 50 | 74 | 205 | 42 | 36 |
| Binary | 110010 | 1100110 | 111101 | 110011 | 0 | 101000 | 111100 | 10000101 | 100010 | 11110 |
Color Harmonies of #32663D
Complementary color
Monochromatic Colors of #32663D
Black with #32663D
Text Example
Text Example
White with #32663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32663D; }
p { color: rgb(50,102,61); }
H1.HeaderClassName
{
color: #32663D;
}
.AnyTagClassName
{
color: #32663D;
}
</style>
background-color css
<style>
a { background-color: #32663D; }
a { background-color: rgb(50,102,61); }
div.DivClassName
{
background-color: #32663D;
}
.BgClassName
{
background-color: #32663D;
}
</style>
border-color css
<style>
span { border-color: #32663D; }
span { border-color: rgb(50,102,61); }
td.TdClassName
{
border-color: #32663D;
}
.TagClassName
{
border-color: #32663D;
}
</style>