Shades of Parsley #325830
Tints of Parsley #325830
RGB
CMYK
RGB Variations
Color information
#325830 (or 0x325830) is known color: Parsley. HEX triplet: 32, 58 and 30. RGB value is (50,88,48). Sum of RGB (Red+Green+Blue) = 50+88+48=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #325830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325830 is #CDA7CF. Grayscale: #484848. Windows color (decimal): -13477840 or 3168306. OLE color: 3168306.
HSL color Cylindrical-coordinate representation of color #325830: hue angle of 117º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325830 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 48 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.65 |
| HSL | 117º | 0.29% | 0.27% | - |
| HSV(B) | 117º | 0.45% | 0.35% | - |
| XYZ | 5.34 | 7.87 | 4.03 | - |
| YUV | 72.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 48 | 0.43 | 0 | 0.45 | 0.65 | 117 | 0.29 | 0.27 |
| Hex | 32 | 58 | 30 | 2B | 0 | 2D | 41 | 75 | 1D | 1B |
| Octal | 62 | 130 | 60 | 53 | 0 | 55 | 101 | 165 | 35 | 33 |
| Binary | 110010 | 1011000 | 110000 | 101011 | 0 | 101101 | 1000001 | 1110101 | 11101 | 11011 |
Color Harmonies of #325830
Complementary color
Monochromatic Colors of #325830
Black with #325830
Text Example
Text Example
White with #325830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325830; }
p { color: rgb(50,88,48); }
H1.HeaderClassName
{
color: #325830;
}
.AnyTagClassName
{
color: #325830;
}
</style>
background-color css
<style>
a { background-color: #325830; }
a { background-color: rgb(50,88,48); }
div.DivClassName
{
background-color: #325830;
}
.BgClassName
{
background-color: #325830;
}
</style>
border-color css
<style>
span { border-color: #325830; }
span { border-color: rgb(50,88,48); }
td.TdClassName
{
border-color: #325830;
}
.TagClassName
{
border-color: #325830;
}
</style>