Shades of Parsley #326030
Tints of Parsley #326030
RGB
CMYK
RGB Variations
Color information
#326030 (or 0x326030) is known color: Parsley. HEX triplet: 32, 60 and 30. RGB value is (50,96,48). Sum of RGB (Red+Green+Blue) = 50+96+48=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #326030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326030 is #CD9FCF. Grayscale: #4C4C4C. Windows color (decimal): -13475792 or 3170354. OLE color: 3170354.
HSL color Cylindrical-coordinate representation of color #326030: hue angle of 117.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326030 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 48 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.62 |
| HSL | 117.5º | 0.33% | 0.28% | - |
| HSV(B) | 117.5º | 0.5% | 0.38% | - |
| XYZ | 6.03 | 9.26 | 4.27 | - |
| YUV | 76.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 48 | 0.48 | 0 | 0.50 | 0.62 | 117.5 | 0.33 | 0.28 |
| Hex | 32 | 60 | 30 | 30 | 0 | 32 | 3E | 76 | 21 | 1C |
| Octal | 62 | 140 | 60 | 60 | 0 | 62 | 76 | 166 | 41 | 34 |
| Binary | 110010 | 1100000 | 110000 | 110000 | 0 | 110010 | 111110 | 1110110 | 100001 | 11100 |
Color Harmonies of #326030
Complementary color
Monochromatic Colors of #326030
Black with #326030
Text Example
Text Example
White with #326030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326030; }
p { color: rgb(50,96,48); }
H1.HeaderClassName
{
color: #326030;
}
.AnyTagClassName
{
color: #326030;
}
</style>
background-color css
<style>
a { background-color: #326030; }
a { background-color: rgb(50,96,48); }
div.DivClassName
{
background-color: #326030;
}
.BgClassName
{
background-color: #326030;
}
</style>
border-color css
<style>
span { border-color: #326030; }
span { border-color: rgb(50,96,48); }
td.TdClassName
{
border-color: #326030;
}
.TagClassName
{
border-color: #326030;
}
</style>