Shades of Hunter Green #325E3D
Tints of Hunter Green #325E3D
RGB
CMYK
RGB Variations
Color information
#325E3D (or 0x325E3D) is known color: Hunter Green. HEX triplet: 32, 5E and 3D. RGB value is (50,94,61). Sum of RGB (Red+Green+Blue) = 50+94+61=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #325E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E3D is #CDA1C2. Grayscale: #4D4D4D. Windows color (decimal): -13476291 or 4021810. OLE color: 4021810.
HSL color Cylindrical-coordinate representation of color #325E3D: hue angle of 135º 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 #325E3D is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 61 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.63 |
| HSL | 135º | 0.31% | 0.28% | - |
| HSV(B) | 135º | 0.47% | 0.37% | - |
| XYZ | 6.16 | 9.02 | 5.83 | - |
| YUV | 77.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 61 | 0.47 | 0 | 0.35 | 0.63 | 135 | 0.31 | 0.28 |
| Hex | 32 | 5E | 3D | 2F | 0 | 23 | 3F | 87 | 1F | 1C |
| Octal | 62 | 136 | 75 | 57 | 0 | 43 | 77 | 207 | 37 | 34 |
| Binary | 110010 | 1011110 | 111101 | 101111 | 0 | 100011 | 111111 | 10000111 | 11111 | 11100 |
Color Harmonies of #325E3D
Complementary color
Monochromatic Colors of #325E3D
Black with #325E3D
Text Example
Text Example
White with #325E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E3D; }
p { color: rgb(50,94,61); }
H1.HeaderClassName
{
color: #325E3D;
}
.AnyTagClassName
{
color: #325E3D;
}
</style>
background-color css
<style>
a { background-color: #325E3D; }
a { background-color: rgb(50,94,61); }
div.DivClassName
{
background-color: #325E3D;
}
.BgClassName
{
background-color: #325E3D;
}
</style>
border-color css
<style>
span { border-color: #325E3D; }
span { border-color: rgb(50,94,61); }
td.TdClassName
{
border-color: #325E3D;
}
.TagClassName
{
border-color: #325E3D;
}
</style>