Shades of Hunter Green #32693D
Tints of Hunter Green #32693D
RGB
CMYK
RGB Variations
Color information
#32693D (or 0x32693D) is known color: Hunter Green. HEX triplet: 32, 69 and 3D. RGB value is (50,105,61). Sum of RGB (Red+Green+Blue) = 50+105+61=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #32693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32693D is #CD96C2. Grayscale: #535353. Windows color (decimal): -13473475 or 4024626. OLE color: 4024626.
HSL color Cylindrical-coordinate representation of color #32693D: hue angle of 132º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32693D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 105 | 61 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.59 |
| HSL | 132º | 0.35% | 0.3% | - |
| HSV(B) | 132º | 0.52% | 0.41% | - |
| XYZ | 7.21 | 11.12 | 6.18 | - |
| YUV | 83.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 61 | 0.52 | 0 | 0.42 | 0.59 | 132 | 0.35 | 0.3 |
| Hex | 32 | 69 | 3D | 34 | 0 | 2A | 3B | 84 | 23 | 1E |
| Octal | 62 | 151 | 75 | 64 | 0 | 52 | 73 | 204 | 43 | 36 |
| Binary | 110010 | 1101001 | 111101 | 110100 | 0 | 101010 | 111011 | 10000100 | 100011 | 11110 |
Color Harmonies of #32693D
Complementary color
Monochromatic Colors of #32693D
Black with #32693D
Text Example
Text Example
White with #32693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32693D; }
p { color: rgb(50,105,61); }
H1.HeaderClassName
{
color: #32693D;
}
.AnyTagClassName
{
color: #32693D;
}
</style>
background-color css
<style>
a { background-color: #32693D; }
a { background-color: rgb(50,105,61); }
div.DivClassName
{
background-color: #32693D;
}
.BgClassName
{
background-color: #32693D;
}
</style>
border-color css
<style>
span { border-color: #32693D; }
span { border-color: rgb(50,105,61); }
td.TdClassName
{
border-color: #32693D;
}
.TagClassName
{
border-color: #32693D;
}
</style>