Shades of Parsley #325D32
Tints of Parsley #325D32
RGB
CMYK
RGB Variations
Color information
#325D32 (or 0x325D32) is known color: Parsley. HEX triplet: 32, 5D and 32. RGB value is (50,93,50). Sum of RGB (Red+Green+Blue) = 50+93+50=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #325D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D32 is #CDA2CD. Grayscale: #4B4B4B. Windows color (decimal): -13476558 or 3300658. OLE color: 3300658.
HSL color Cylindrical-coordinate representation of color #325D32: hue angle of 120º 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 #325D32 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 50 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.64 |
| HSL | 120º | 0.3% | 0.28% | - |
| HSV(B) | 120º | 0.46% | 0.36% | - |
| XYZ | 5.81 | 8.74 | 4.4 | - |
| YUV | 75.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 50 | 0.46 | 0 | 0.46 | 0.64 | 120 | 0.3 | 0.28 |
| Hex | 32 | 5D | 32 | 2E | 0 | 2E | 40 | 78 | 1E | 1C |
| Octal | 62 | 135 | 62 | 56 | 0 | 56 | 100 | 170 | 36 | 34 |
| Binary | 110010 | 1011101 | 110010 | 101110 | 0 | 101110 | 1000000 | 1111000 | 11110 | 11100 |
Color Harmonies of #325D32
Complementary color
Monochromatic Colors of #325D32
Black with #325D32
Text Example
Text Example
White with #325D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D32; }
p { color: rgb(50,93,50); }
H1.HeaderClassName
{
color: #325D32;
}
.AnyTagClassName
{
color: #325D32;
}
</style>
background-color css
<style>
a { background-color: #325D32; }
a { background-color: rgb(50,93,50); }
div.DivClassName
{
background-color: #325D32;
}
.BgClassName
{
background-color: #325D32;
}
</style>
border-color css
<style>
span { border-color: #325D32; }
span { border-color: rgb(50,93,50); }
td.TdClassName
{
border-color: #325D32;
}
.TagClassName
{
border-color: #325D32;
}
</style>