Shades of Parsley #325332
Tints of Parsley #325332
RGB
CMYK
RGB Variations
Color information
#325332 (or 0x325332) is known color: Parsley. HEX triplet: 32, 53 and 32. RGB value is (50,83,50). Sum of RGB (Red+Green+Blue) = 50+83+50=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #325332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325332 is #CDACCD. Grayscale: #454545. Windows color (decimal): -13479118 or 3298098. OLE color: 3298098.
HSL color Cylindrical-coordinate representation of color #325332: hue angle of 120º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325332 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 50 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.67 |
| HSL | 120º | 0.25% | 0.26% | - |
| HSV(B) | 120º | 0.4% | 0.33% | - |
| XYZ | 4.98 | 7.09 | 4.12 | - |
| YUV | 69.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 50 | 0.40 | 0 | 0.40 | 0.67 | 120 | 0.25 | 0.26 |
| Hex | 32 | 53 | 32 | 28 | 0 | 28 | 43 | 78 | 19 | 1A |
| Octal | 62 | 123 | 62 | 50 | 0 | 50 | 103 | 170 | 31 | 32 |
| Binary | 110010 | 1010011 | 110010 | 101000 | 0 | 101000 | 1000011 | 1111000 | 11001 | 11010 |
Color Harmonies of #325332
Complementary color
Monochromatic Colors of #325332
Black with #325332
Text Example
Text Example
White with #325332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325332; }
p { color: rgb(50,83,50); }
H1.HeaderClassName
{
color: #325332;
}
.AnyTagClassName
{
color: #325332;
}
</style>
background-color css
<style>
a { background-color: #325332; }
a { background-color: rgb(50,83,50); }
div.DivClassName
{
background-color: #325332;
}
.BgClassName
{
background-color: #325332;
}
</style>
border-color css
<style>
span { border-color: #325332; }
span { border-color: rgb(50,83,50); }
td.TdClassName
{
border-color: #325332;
}
.TagClassName
{
border-color: #325332;
}
</style>