Shades of Parsley #325236
Tints of Parsley #325236
RGB
CMYK
RGB Variations
Color information
#325236 (or 0x325236) is known color: Parsley. HEX triplet: 32, 52 and 36. RGB value is (50,82,54). Sum of RGB (Red+Green+Blue) = 50+82+54=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #325236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325236 is #CDADC9. Grayscale: #454545. Windows color (decimal): -13479370 or 3559986. OLE color: 3559986.
HSL color Cylindrical-coordinate representation of color #325236: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325236 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 54 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.68 |
| HSL | 127.5º | 0.24% | 0.26% | - |
| HSV(B) | 127.5º | 0.39% | 0.32% | - |
| XYZ | 5 | 6.98 | 4.57 | - |
| YUV | 69.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 54 | 0.39 | 0 | 0.34 | 0.68 | 127.5 | 0.24 | 0.26 |
| Hex | 32 | 52 | 36 | 27 | 0 | 22 | 44 | 80 | 18 | 1A |
| Octal | 62 | 122 | 66 | 47 | 0 | 42 | 104 | 200 | 30 | 32 |
| Binary | 110010 | 1010010 | 110110 | 100111 | 0 | 100010 | 1000100 | 10000000 | 11000 | 11010 |
Color Harmonies of #325236
Complementary color
Monochromatic Colors of #325236
Black with #325236
Text Example
Text Example
White with #325236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325236; }
p { color: rgb(50,82,54); }
H1.HeaderClassName
{
color: #325236;
}
.AnyTagClassName
{
color: #325236;
}
</style>
background-color css
<style>
a { background-color: #325236; }
a { background-color: rgb(50,82,54); }
div.DivClassName
{
background-color: #325236;
}
.BgClassName
{
background-color: #325236;
}
</style>
border-color css
<style>
span { border-color: #325236; }
span { border-color: rgb(50,82,54); }
td.TdClassName
{
border-color: #325236;
}
.TagClassName
{
border-color: #325236;
}
</style>