Shades of Hunter Green #325D3D
Tints of Hunter Green #325D3D
RGB
CMYK
RGB Variations
Color information
#325D3D (or 0x325D3D) is known color: Hunter Green. HEX triplet: 32, 5D and 3D. RGB value is (50,93,61). Sum of RGB (Red+Green+Blue) = 50+93+61=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #325D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D3D is #CDA2C2. Grayscale: #4C4C4C. Windows color (decimal): -13476547 or 4021554. OLE color: 4021554.
HSL color Cylindrical-coordinate representation of color #325D3D: hue angle of 135.35º 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 #325D3D is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 61 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.64 |
| HSL | 135.35º | 0.3% | 0.28% | - |
| HSV(B) | 135.35º | 0.46% | 0.36% | - |
| XYZ | 6.07 | 8.84 | 5.8 | - |
| YUV | 76.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 61 | 0.46 | 0 | 0.34 | 0.64 | 135.35 | 0.3 | 0.28 |
| Hex | 32 | 5D | 3D | 2E | 0 | 22 | 40 | 87 | 1E | 1C |
| Octal | 62 | 135 | 75 | 56 | 0 | 42 | 100 | 207 | 36 | 34 |
| Binary | 110010 | 1011101 | 111101 | 101110 | 0 | 100010 | 1000000 | 10000111 | 11110 | 11100 |
Color Harmonies of #325D3D
Complementary color
Monochromatic Colors of #325D3D
Black with #325D3D
Text Example
Text Example
White with #325D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D3D; }
p { color: rgb(50,93,61); }
H1.HeaderClassName
{
color: #325D3D;
}
.AnyTagClassName
{
color: #325D3D;
}
</style>
background-color css
<style>
a { background-color: #325D3D; }
a { background-color: rgb(50,93,61); }
div.DivClassName
{
background-color: #325D3D;
}
.BgClassName
{
background-color: #325D3D;
}
</style>
border-color css
<style>
span { border-color: #325D3D; }
span { border-color: rgb(50,93,61); }
td.TdClassName
{
border-color: #325D3D;
}
.TagClassName
{
border-color: #325D3D;
}
</style>