Shades of Parsley #325532
Tints of Parsley #325532
RGB
CMYK
RGB Variations
Color information
#325532 (or 0x325532) is known color: Parsley. HEX triplet: 32, 55 and 32. RGB value is (50,85,50). Sum of RGB (Red+Green+Blue) = 50+85+50=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #325532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325532 is #CDAACD. Grayscale: #464646. Windows color (decimal): -13478606 or 3298610. OLE color: 3298610.
HSL color Cylindrical-coordinate representation of color #325532: hue angle of 120º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325532 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 50 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.67 |
| HSL | 120º | 0.26% | 0.26% | - |
| HSV(B) | 120º | 0.41% | 0.33% | - |
| XYZ | 5.14 | 7.41 | 4.18 | - |
| YUV | 70.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 50 | 0.41 | 0 | 0.41 | 0.67 | 120 | 0.26 | 0.26 |
| Hex | 32 | 55 | 32 | 29 | 0 | 29 | 43 | 78 | 1A | 1A |
| Octal | 62 | 125 | 62 | 51 | 0 | 51 | 103 | 170 | 32 | 32 |
| Binary | 110010 | 1010101 | 110010 | 101001 | 0 | 101001 | 1000011 | 1111000 | 11010 | 11010 |
Color Harmonies of #325532
Complementary color
Monochromatic Colors of #325532
Black with #325532
Text Example
Text Example
White with #325532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325532; }
p { color: rgb(50,85,50); }
H1.HeaderClassName
{
color: #325532;
}
.AnyTagClassName
{
color: #325532;
}
</style>
background-color css
<style>
a { background-color: #325532; }
a { background-color: rgb(50,85,50); }
div.DivClassName
{
background-color: #325532;
}
.BgClassName
{
background-color: #325532;
}
</style>
border-color css
<style>
span { border-color: #325532; }
span { border-color: rgb(50,85,50); }
td.TdClassName
{
border-color: #325532;
}
.TagClassName
{
border-color: #325532;
}
</style>