Shades of Parsley #326135
Tints of Parsley #326135
RGB
CMYK
RGB Variations
Color information
#326135 (or 0x326135) is known color: Parsley. HEX triplet: 32, 61 and 35. RGB value is (50,97,53). Sum of RGB (Red+Green+Blue) = 50+97+53=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #326135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326135 is #CD9ECA. Grayscale: #4E4E4E. Windows color (decimal): -13475531 or 3498290. OLE color: 3498290.
HSL color Cylindrical-coordinate representation of color #326135: hue angle of 123.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326135 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 53 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.62 |
| HSL | 123.83º | 0.32% | 0.29% | - |
| HSV(B) | 123.83º | 0.48% | 0.38% | - |
| XYZ | 6.23 | 9.48 | 4.87 | - |
| YUV | 77.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 53 | 0.48 | 0 | 0.45 | 0.62 | 123.83 | 0.32 | 0.29 |
| Hex | 32 | 61 | 35 | 30 | 0 | 2D | 3E | 7C | 20 | 1D |
| Octal | 62 | 141 | 65 | 60 | 0 | 55 | 76 | 174 | 40 | 35 |
| Binary | 110010 | 1100001 | 110101 | 110000 | 0 | 101101 | 111110 | 1111100 | 100000 | 11101 |
Color Harmonies of #326135
Complementary color
Monochromatic Colors of #326135
Black with #326135
Text Example
Text Example
White with #326135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326135; }
p { color: rgb(50,97,53); }
H1.HeaderClassName
{
color: #326135;
}
.AnyTagClassName
{
color: #326135;
}
</style>
background-color css
<style>
a { background-color: #326135; }
a { background-color: rgb(50,97,53); }
div.DivClassName
{
background-color: #326135;
}
.BgClassName
{
background-color: #326135;
}
</style>
border-color css
<style>
span { border-color: #326135; }
span { border-color: rgb(50,97,53); }
td.TdClassName
{
border-color: #326135;
}
.TagClassName
{
border-color: #326135;
}
</style>