Shades of Parsley #324F34
Tints of Parsley #324F34
RGB
CMYK
RGB Variations
Color information
#324F34 (or 0x324F34) is known color: Parsley. HEX triplet: 32, 4F and 34. RGB value is (50,79,52). Sum of RGB (Red+Green+Blue) = 50+79+52=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #324F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F34 is #CDB0CB. Grayscale: #434343. Windows color (decimal): -13480140 or 3428146. OLE color: 3428146.
HSL color Cylindrical-coordinate representation of color #324F34: hue angle of 124.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324F34 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 52 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.69 |
| HSL | 124.14º | 0.22% | 0.25% | - |
| HSV(B) | 124.14º | 0.37% | 0.31% | - |
| XYZ | 4.73 | 6.52 | 4.26 | - |
| YUV | 67.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 52 | 0.37 | 0 | 0.34 | 0.69 | 124.14 | 0.22 | 0.25 |
| Hex | 32 | 4F | 34 | 25 | 0 | 22 | 45 | 7C | 16 | 19 |
| Octal | 62 | 117 | 64 | 45 | 0 | 42 | 105 | 174 | 26 | 31 |
| Binary | 110010 | 1001111 | 110100 | 100101 | 0 | 100010 | 1000101 | 1111100 | 10110 | 11001 |
Color Harmonies of #324F34
Complementary color
Monochromatic Colors of #324F34
Black with #324F34
Text Example
Text Example
White with #324F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F34; }
p { color: rgb(50,79,52); }
H1.HeaderClassName
{
color: #324F34;
}
.AnyTagClassName
{
color: #324F34;
}
</style>
background-color css
<style>
a { background-color: #324F34; }
a { background-color: rgb(50,79,52); }
div.DivClassName
{
background-color: #324F34;
}
.BgClassName
{
background-color: #324F34;
}
</style>
border-color css
<style>
span { border-color: #324F34; }
span { border-color: rgb(50,79,52); }
td.TdClassName
{
border-color: #324F34;
}
.TagClassName
{
border-color: #324F34;
}
</style>