Shades of Parsley #325635
Tints of Parsley #325635
RGB
CMYK
RGB Variations
Color information
#325635 (or 0x325635) is known color: Parsley. HEX triplet: 32, 56 and 35. RGB value is (50,86,53). Sum of RGB (Red+Green+Blue) = 50+86+53=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #325635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325635 is #CDA9CA. Grayscale: #474747. Windows color (decimal): -13478347 or 3495474. OLE color: 3495474.
HSL color Cylindrical-coordinate representation of color #325635: hue angle of 125º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325635 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 53 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.66 |
| HSL | 125º | 0.26% | 0.27% | - |
| HSV(B) | 125º | 0.42% | 0.34% | - |
| XYZ | 5.29 | 7.59 | 4.55 | - |
| YUV | 71.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 53 | 0.42 | 0 | 0.38 | 0.66 | 125 | 0.26 | 0.27 |
| Hex | 32 | 56 | 35 | 2A | 0 | 26 | 42 | 7D | 1A | 1B |
| Octal | 62 | 126 | 65 | 52 | 0 | 46 | 102 | 175 | 32 | 33 |
| Binary | 110010 | 1010110 | 110101 | 101010 | 0 | 100110 | 1000010 | 1111101 | 11010 | 11011 |
Color Harmonies of #325635
Complementary color
Monochromatic Colors of #325635
Black with #325635
Text Example
Text Example
White with #325635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325635; }
p { color: rgb(50,86,53); }
H1.HeaderClassName
{
color: #325635;
}
.AnyTagClassName
{
color: #325635;
}
</style>
background-color css
<style>
a { background-color: #325635; }
a { background-color: rgb(50,86,53); }
div.DivClassName
{
background-color: #325635;
}
.BgClassName
{
background-color: #325635;
}
</style>
border-color css
<style>
span { border-color: #325635; }
span { border-color: rgb(50,86,53); }
td.TdClassName
{
border-color: #325635;
}
.TagClassName
{
border-color: #325635;
}
</style>