Shades of Hunter Green #32663E
Tints of Hunter Green #32663E
RGB
CMYK
RGB Variations
Color information
#32663E (or 0x32663E) is known color: Hunter Green. HEX triplet: 32, 66 and 3E. RGB value is (50,102,62). Sum of RGB (Red+Green+Blue) = 50+102+62=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #32663E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32663E is #CD99C1. Grayscale: #525252. Windows color (decimal): -13474242 or 4089394. OLE color: 4089394.
HSL color Cylindrical-coordinate representation of color #32663E: hue angle of 133.85º 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 #32663E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 62 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.6 |
| HSL | 133.85º | 0.34% | 0.3% | - |
| HSV(B) | 133.85º | 0.51% | 0.4% | - |
| XYZ | 6.94 | 10.53 | 6.22 | - |
| YUV | 81.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 62 | 0.51 | 0 | 0.39 | 0.6 | 133.85 | 0.34 | 0.3 |
| Hex | 32 | 66 | 3E | 33 | 0 | 27 | 3C | 86 | 22 | 1E |
| Octal | 62 | 146 | 76 | 63 | 0 | 47 | 74 | 206 | 42 | 36 |
| Binary | 110010 | 1100110 | 111110 | 110011 | 0 | 100111 | 111100 | 10000110 | 100010 | 11110 |
Color Harmonies of #32663E
Complementary color
Monochromatic Colors of #32663E
Black with #32663E
Text Example
Text Example
White with #32663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32663E; }
p { color: rgb(50,102,62); }
H1.HeaderClassName
{
color: #32663E;
}
.AnyTagClassName
{
color: #32663E;
}
</style>
background-color css
<style>
a { background-color: #32663E; }
a { background-color: rgb(50,102,62); }
div.DivClassName
{
background-color: #32663E;
}
.BgClassName
{
background-color: #32663E;
}
</style>
border-color css
<style>
span { border-color: #32663E; }
span { border-color: rgb(50,102,62); }
td.TdClassName
{
border-color: #32663E;
}
.TagClassName
{
border-color: #32663E;
}
</style>