Shades of Parsley #325132
Tints of Parsley #325132
RGB
CMYK
RGB Variations
Color information
#325132 (or 0x325132) is known color: Parsley. HEX triplet: 32, 51 and 32. RGB value is (50,81,50). Sum of RGB (Red+Green+Blue) = 50+81+50=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #325132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325132 is #CDAECD. Grayscale: #444444. Windows color (decimal): -13479630 or 3297586. OLE color: 3297586.
HSL color Cylindrical-coordinate representation of color #325132: hue angle of 120º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325132 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 50 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.68 |
| HSL | 120º | 0.24% | 0.26% | - |
| HSV(B) | 120º | 0.38% | 0.32% | - |
| XYZ | 4.83 | 6.79 | 4.07 | - |
| YUV | 68.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 50 | 0.38 | 0 | 0.38 | 0.68 | 120 | 0.24 | 0.26 |
| Hex | 32 | 51 | 32 | 26 | 0 | 26 | 44 | 78 | 18 | 1A |
| Octal | 62 | 121 | 62 | 46 | 0 | 46 | 104 | 170 | 30 | 32 |
| Binary | 110010 | 1010001 | 110010 | 100110 | 0 | 100110 | 1000100 | 1111000 | 11000 | 11010 |
Color Harmonies of #325132
Complementary color
Monochromatic Colors of #325132
Black with #325132
Text Example
Text Example
White with #325132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325132; }
p { color: rgb(50,81,50); }
H1.HeaderClassName
{
color: #325132;
}
.AnyTagClassName
{
color: #325132;
}
</style>
background-color css
<style>
a { background-color: #325132; }
a { background-color: rgb(50,81,50); }
div.DivClassName
{
background-color: #325132;
}
.BgClassName
{
background-color: #325132;
}
</style>
border-color css
<style>
span { border-color: #325132; }
span { border-color: rgb(50,81,50); }
td.TdClassName
{
border-color: #325132;
}
.TagClassName
{
border-color: #325132;
}
</style>