Shades of Parsley #325131
Tints of Parsley #325131
RGB
CMYK
RGB Variations
Color information
#325131 (or 0x325131) is known color: Parsley. HEX triplet: 32, 51 and 31. RGB value is (50,81,49). Sum of RGB (Red+Green+Blue) = 50+81+49=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #325131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325131 is #CDAECE. Grayscale: #444444. Windows color (decimal): -13479631 or 3232050. OLE color: 3232050.
HSL color Cylindrical-coordinate representation of color #325131: hue angle of 118.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325131 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 49 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.68 |
| HSL | 118.13º | 0.25% | 0.25% | - |
| HSV(B) | 118.13º | 0.4% | 0.32% | - |
| XYZ | 4.81 | 6.78 | 3.96 | - |
| YUV | 68.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 49 | 0.38 | 0 | 0.40 | 0.68 | 118.13 | 0.25 | 0.25 |
| Hex | 32 | 51 | 31 | 26 | 0 | 28 | 44 | 76 | 19 | 19 |
| Octal | 62 | 121 | 61 | 46 | 0 | 50 | 104 | 166 | 31 | 31 |
| Binary | 110010 | 1010001 | 110001 | 100110 | 0 | 101000 | 1000100 | 1110110 | 11001 | 11001 |
Color Harmonies of #325131
Complementary color
Monochromatic Colors of #325131
Black with #325131
Text Example
Text Example
White with #325131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325131; }
p { color: rgb(50,81,49); }
H1.HeaderClassName
{
color: #325131;
}
.AnyTagClassName
{
color: #325131;
}
</style>
background-color css
<style>
a { background-color: #325131; }
a { background-color: rgb(50,81,49); }
div.DivClassName
{
background-color: #325131;
}
.BgClassName
{
background-color: #325131;
}
</style>
border-color css
<style>
span { border-color: #325131; }
span { border-color: rgb(50,81,49); }
td.TdClassName
{
border-color: #325131;
}
.TagClassName
{
border-color: #325131;
}
</style>