Shades of Parsley #325135
Tints of Parsley #325135
RGB
CMYK
RGB Variations
Color information
#325135 (or 0x325135) is known color: Parsley. HEX triplet: 32, 51 and 35. RGB value is (50,81,53). Sum of RGB (Red+Green+Blue) = 50+81+53=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #325135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325135 is #CDAECA. Grayscale: #444444. Windows color (decimal): -13479627 or 3494194. OLE color: 3494194.
HSL color Cylindrical-coordinate representation of color #325135: hue angle of 125.81º 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 #325135 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 53 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.68 |
| HSL | 125.81º | 0.24% | 0.26% | - |
| HSV(B) | 125.81º | 0.38% | 0.32% | - |
| XYZ | 4.9 | 6.82 | 4.43 | - |
| YUV | 68.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 53 | 0.38 | 0 | 0.35 | 0.68 | 125.81 | 0.24 | 0.26 |
| Hex | 32 | 51 | 35 | 26 | 0 | 23 | 44 | 7E | 18 | 1A |
| Octal | 62 | 121 | 65 | 46 | 0 | 43 | 104 | 176 | 30 | 32 |
| Binary | 110010 | 1010001 | 110101 | 100110 | 0 | 100011 | 1000100 | 1111110 | 11000 | 11010 |
Color Harmonies of #325135
Complementary color
Monochromatic Colors of #325135
Black with #325135
Text Example
Text Example
White with #325135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325135; }
p { color: rgb(50,81,53); }
H1.HeaderClassName
{
color: #325135;
}
.AnyTagClassName
{
color: #325135;
}
</style>
background-color css
<style>
a { background-color: #325135; }
a { background-color: rgb(50,81,53); }
div.DivClassName
{
background-color: #325135;
}
.BgClassName
{
background-color: #325135;
}
</style>
border-color css
<style>
span { border-color: #325135; }
span { border-color: rgb(50,81,53); }
td.TdClassName
{
border-color: #325135;
}
.TagClassName
{
border-color: #325135;
}
</style>