Shades of Parsley #325834
Tints of Parsley #325834
RGB
CMYK
RGB Variations
Color information
#325834 (or 0x325834) is known color: Parsley. HEX triplet: 32, 58 and 34. RGB value is (50,88,52). Sum of RGB (Red+Green+Blue) = 50+88+52=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #325834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325834 is #CDA7CB. Grayscale: #484848. Windows color (decimal): -13477836 or 3430450. OLE color: 3430450.
HSL color Cylindrical-coordinate representation of color #325834: hue angle of 123.16º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325834 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 52 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.65 |
| HSL | 123.16º | 0.28% | 0.27% | - |
| HSV(B) | 123.16º | 0.43% | 0.35% | - |
| XYZ | 5.42 | 7.91 | 4.49 | - |
| YUV | 72.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 52 | 0.43 | 0 | 0.41 | 0.65 | 123.16 | 0.28 | 0.27 |
| Hex | 32 | 58 | 34 | 2B | 0 | 29 | 41 | 7B | 1C | 1B |
| Octal | 62 | 130 | 64 | 53 | 0 | 51 | 101 | 173 | 34 | 33 |
| Binary | 110010 | 1011000 | 110100 | 101011 | 0 | 101001 | 1000001 | 1111011 | 11100 | 11011 |
Color Harmonies of #325834
Complementary color
Monochromatic Colors of #325834
Black with #325834
Text Example
Text Example
White with #325834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325834; }
p { color: rgb(50,88,52); }
H1.HeaderClassName
{
color: #325834;
}
.AnyTagClassName
{
color: #325834;
}
</style>
background-color css
<style>
a { background-color: #325834; }
a { background-color: rgb(50,88,52); }
div.DivClassName
{
background-color: #325834;
}
.BgClassName
{
background-color: #325834;
}
</style>
border-color css
<style>
span { border-color: #325834; }
span { border-color: rgb(50,88,52); }
td.TdClassName
{
border-color: #325834;
}
.TagClassName
{
border-color: #325834;
}
</style>