Shades of Hunter Green #325C3C
Tints of Hunter Green #325C3C
RGB
CMYK
RGB Variations
Color information
#325C3C (or 0x325C3C) is known color: Hunter Green. HEX triplet: 32, 5C and 3C. RGB value is (50,92,60). Sum of RGB (Red+Green+Blue) = 50+92+60=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #325C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C3C is #CDA3C3. Grayscale: #4B4B4B. Windows color (decimal): -13476804 or 3955762. OLE color: 3955762.
HSL color Cylindrical-coordinate representation of color #325C3C: hue angle of 134.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C3C is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 60 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.64 |
| HSL | 134.29º | 0.3% | 0.28% | - |
| HSV(B) | 134.29º | 0.46% | 0.36% | - |
| XYZ | 5.96 | 8.66 | 5.63 | - |
| YUV | 75.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 60 | 0.46 | 0 | 0.35 | 0.64 | 134.29 | 0.3 | 0.28 |
| Hex | 32 | 5C | 3C | 2E | 0 | 23 | 40 | 86 | 1E | 1C |
| Octal | 62 | 134 | 74 | 56 | 0 | 43 | 100 | 206 | 36 | 34 |
| Binary | 110010 | 1011100 | 111100 | 101110 | 0 | 100011 | 1000000 | 10000110 | 11110 | 11100 |
Color Harmonies of #325C3C
Complementary color
Monochromatic Colors of #325C3C
Black with #325C3C
Text Example
Text Example
White with #325C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C3C; }
p { color: rgb(50,92,60); }
H1.HeaderClassName
{
color: #325C3C;
}
.AnyTagClassName
{
color: #325C3C;
}
</style>
background-color css
<style>
a { background-color: #325C3C; }
a { background-color: rgb(50,92,60); }
div.DivClassName
{
background-color: #325C3C;
}
.BgClassName
{
background-color: #325C3C;
}
</style>
border-color css
<style>
span { border-color: #325C3C; }
span { border-color: rgb(50,92,60); }
td.TdClassName
{
border-color: #325C3C;
}
.TagClassName
{
border-color: #325C3C;
}
</style>