Shades of Parsley #325032
Tints of Parsley #325032
RGB
CMYK
RGB Variations
Color information
#325032 (or 0x325032) is known color: Parsley. HEX triplet: 32, 50 and 32. RGB value is (50,80,50). Sum of RGB (Red+Green+Blue) = 50+80+50=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #325032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325032 is #CDAFCD. Grayscale: #434343. Windows color (decimal): -13479886 or 3297330. OLE color: 3297330.
HSL color Cylindrical-coordinate representation of color #325032: hue angle of 120º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325032 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 50 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.69 |
| HSL | 120º | 0.23% | 0.25% | - |
| HSV(B) | 120º | 0.38% | 0.31% | - |
| XYZ | 4.76 | 6.65 | 4.05 | - |
| YUV | 67.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 50 | 0.37 | 0 | 0.37 | 0.69 | 120 | 0.23 | 0.25 |
| Hex | 32 | 50 | 32 | 25 | 0 | 25 | 45 | 78 | 17 | 19 |
| Octal | 62 | 120 | 62 | 45 | 0 | 45 | 105 | 170 | 27 | 31 |
| Binary | 110010 | 1010000 | 110010 | 100101 | 0 | 100101 | 1000101 | 1111000 | 10111 | 11001 |
Color Harmonies of #325032
Complementary color
Monochromatic Colors of #325032
Black with #325032
Text Example
Text Example
White with #325032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325032; }
p { color: rgb(50,80,50); }
H1.HeaderClassName
{
color: #325032;
}
.AnyTagClassName
{
color: #325032;
}
</style>
background-color css
<style>
a { background-color: #325032; }
a { background-color: rgb(50,80,50); }
div.DivClassName
{
background-color: #325032;
}
.BgClassName
{
background-color: #325032;
}
</style>
border-color css
<style>
span { border-color: #325032; }
span { border-color: rgb(50,80,50); }
td.TdClassName
{
border-color: #325032;
}
.TagClassName
{
border-color: #325032;
}
</style>