Shades of Parsley #324D34
Tints of Parsley #324D34
RGB
CMYK
RGB Variations
Color information
#324D34 (or 0x324D34) is known color: Parsley. HEX triplet: 32, 4D and 34. RGB value is (50,77,52). Sum of RGB (Red+Green+Blue) = 50+77+52=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #324D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D34 is #CDB2CB. Grayscale: #424242. Windows color (decimal): -13480652 or 3427634. OLE color: 3427634.
HSL color Cylindrical-coordinate representation of color #324D34: hue angle of 124.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #324D34 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 77 | 52 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.70 |
| HSL | 124.44º | 0.21% | 0.25% | - |
| HSV(B) | 124.44º | 0.35% | 0.3% | - |
| XYZ | 4.59 | 6.23 | 4.21 | - |
| YUV | 66.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 52 | 0.35 | 0 | 0.32 | 0.70 | 124.44 | 0.21 | 0.25 |
| Hex | 32 | 4D | 34 | 23 | 0 | 20 | 46 | 7C | 15 | 19 |
| Octal | 62 | 115 | 64 | 43 | 0 | 40 | 106 | 174 | 25 | 31 |
| Binary | 110010 | 1001101 | 110100 | 100011 | 0 | 100000 | 1000110 | 1111100 | 10101 | 11001 |
Color Harmonies of #324D34
Complementary color
Monochromatic Colors of #324D34
Black with #324D34
Text Example
Text Example
White with #324D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D34; }
p { color: rgb(50,77,52); }
H1.HeaderClassName
{
color: #324D34;
}
.AnyTagClassName
{
color: #324D34;
}
</style>
background-color css
<style>
a { background-color: #324D34; }
a { background-color: rgb(50,77,52); }
div.DivClassName
{
background-color: #324D34;
}
.BgClassName
{
background-color: #324D34;
}
</style>
border-color css
<style>
span { border-color: #324D34; }
span { border-color: rgb(50,77,52); }
td.TdClassName
{
border-color: #324D34;
}
.TagClassName
{
border-color: #324D34;
}
</style>