Shades of Hunter Green #325E3B
Tints of Hunter Green #325E3B
RGB
CMYK
RGB Variations
Color information
#325E3B (or 0x325E3B) is known color: Hunter Green. HEX triplet: 32, 5E and 3B. RGB value is (50,94,59). Sum of RGB (Red+Green+Blue) = 50+94+59=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #325E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E3B is #CDA1C4. Grayscale: #4C4C4C. Windows color (decimal): -13476293 or 3890738. OLE color: 3890738.
HSL color Cylindrical-coordinate representation of color #325E3B: hue angle of 132.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E3B is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 59 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.63 |
| HSL | 132.27º | 0.31% | 0.28% | - |
| HSV(B) | 132.27º | 0.47% | 0.37% | - |
| XYZ | 6.11 | 9 | 5.55 | - |
| YUV | 76.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 59 | 0.47 | 0 | 0.37 | 0.63 | 132.27 | 0.31 | 0.28 |
| Hex | 32 | 5E | 3B | 2F | 0 | 25 | 3F | 84 | 1F | 1C |
| Octal | 62 | 136 | 73 | 57 | 0 | 45 | 77 | 204 | 37 | 34 |
| Binary | 110010 | 1011110 | 111011 | 101111 | 0 | 100101 | 111111 | 10000100 | 11111 | 11100 |
Color Harmonies of #325E3B
Complementary color
Monochromatic Colors of #325E3B
Black with #325E3B
Text Example
Text Example
White with #325E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E3B; }
p { color: rgb(50,94,59); }
H1.HeaderClassName
{
color: #325E3B;
}
.AnyTagClassName
{
color: #325E3B;
}
</style>
background-color css
<style>
a { background-color: #325E3B; }
a { background-color: rgb(50,94,59); }
div.DivClassName
{
background-color: #325E3B;
}
.BgClassName
{
background-color: #325E3B;
}
</style>
border-color css
<style>
span { border-color: #325E3B; }
span { border-color: rgb(50,94,59); }
td.TdClassName
{
border-color: #325E3B;
}
.TagClassName
{
border-color: #325E3B;
}
</style>