Shades of Parsley #325432
Tints of Parsley #325432
RGB
CMYK
RGB Variations
Color information
#325432 (or 0x325432) is known color: Parsley. HEX triplet: 32, 54 and 32. RGB value is (50,84,50). Sum of RGB (Red+Green+Blue) = 50+84+50=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #325432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325432 is #CDABCD. Grayscale: #464646. Windows color (decimal): -13478862 or 3298354. OLE color: 3298354.
HSL color Cylindrical-coordinate representation of color #325432: 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 #325432 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 50 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.67 |
| HSL | 120º | 0.25% | 0.26% | - |
| HSV(B) | 120º | 0.4% | 0.33% | - |
| XYZ | 5.06 | 7.25 | 4.15 | - |
| YUV | 69.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 50 | 0.40 | 0 | 0.40 | 0.67 | 120 | 0.25 | 0.26 |
| Hex | 32 | 54 | 32 | 28 | 0 | 28 | 43 | 78 | 19 | 1A |
| Octal | 62 | 124 | 62 | 50 | 0 | 50 | 103 | 170 | 31 | 32 |
| Binary | 110010 | 1010100 | 110010 | 101000 | 0 | 101000 | 1000011 | 1111000 | 11001 | 11010 |
Color Harmonies of #325432
Complementary color
Monochromatic Colors of #325432
Black with #325432
Text Example
Text Example
White with #325432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325432; }
p { color: rgb(50,84,50); }
H1.HeaderClassName
{
color: #325432;
}
.AnyTagClassName
{
color: #325432;
}
</style>
background-color css
<style>
a { background-color: #325432; }
a { background-color: rgb(50,84,50); }
div.DivClassName
{
background-color: #325432;
}
.BgClassName
{
background-color: #325432;
}
</style>
border-color css
<style>
span { border-color: #325432; }
span { border-color: rgb(50,84,50); }
td.TdClassName
{
border-color: #325432;
}
.TagClassName
{
border-color: #325432;
}
</style>