Shades of Parsley #326434
Tints of Parsley #326434
RGB
CMYK
RGB Variations
Color information
#326434 (or 0x326434) is known color: Parsley. HEX triplet: 32, 64 and 34. RGB value is (50,100,52). Sum of RGB (Red+Green+Blue) = 50+100+52=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #326434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326434 is #CD9BCB. Grayscale: #4F4F4F. Windows color (decimal): -13474764 or 3433522. OLE color: 3433522.
HSL color Cylindrical-coordinate representation of color #326434: hue angle of 122.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326434 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 52 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.61 |
| HSL | 122.4º | 0.33% | 0.29% | - |
| HSV(B) | 122.4º | 0.5% | 0.39% | - |
| XYZ | 6.49 | 10.04 | 4.84 | - |
| YUV | 79.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 52 | 0.50 | 0 | 0.48 | 0.61 | 122.4 | 0.33 | 0.29 |
| Hex | 32 | 64 | 34 | 32 | 0 | 30 | 3D | 7A | 21 | 1D |
| Octal | 62 | 144 | 64 | 62 | 0 | 60 | 75 | 172 | 41 | 35 |
| Binary | 110010 | 1100100 | 110100 | 110010 | 0 | 110000 | 111101 | 1111010 | 100001 | 11101 |
Color Harmonies of #326434
Complementary color
Monochromatic Colors of #326434
Black with #326434
Text Example
Text Example
White with #326434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326434; }
p { color: rgb(50,100,52); }
H1.HeaderClassName
{
color: #326434;
}
.AnyTagClassName
{
color: #326434;
}
</style>
background-color css
<style>
a { background-color: #326434; }
a { background-color: rgb(50,100,52); }
div.DivClassName
{
background-color: #326434;
}
.BgClassName
{
background-color: #326434;
}
</style>
border-color css
<style>
span { border-color: #326434; }
span { border-color: rgb(50,100,52); }
td.TdClassName
{
border-color: #326434;
}
.TagClassName
{
border-color: #326434;
}
</style>