Shades of Parsley #325833
Tints of Parsley #325833
RGB
CMYK
RGB Variations
Color information
#325833 (or 0x325833) is known color: Parsley. HEX triplet: 32, 58 and 33. RGB value is (50,88,51). Sum of RGB (Red+Green+Blue) = 50+88+51=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #325833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325833 is #CDA7CC. Grayscale: #484848. Windows color (decimal): -13477837 or 3364914. OLE color: 3364914.
HSL color Cylindrical-coordinate representation of color #325833: hue angle of 121.58º 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 #325833 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 51 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.65 |
| HSL | 121.58º | 0.28% | 0.27% | - |
| HSV(B) | 121.58º | 0.43% | 0.35% | - |
| XYZ | 5.4 | 7.9 | 4.37 | - |
| YUV | 72.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 51 | 0.43 | 0 | 0.42 | 0.65 | 121.58 | 0.28 | 0.27 |
| Hex | 32 | 58 | 33 | 2B | 0 | 2A | 41 | 7A | 1C | 1B |
| Octal | 62 | 130 | 63 | 53 | 0 | 52 | 101 | 172 | 34 | 33 |
| Binary | 110010 | 1011000 | 110011 | 101011 | 0 | 101010 | 1000001 | 1111010 | 11100 | 11011 |
Color Harmonies of #325833
Complementary color
Monochromatic Colors of #325833
Black with #325833
Text Example
Text Example
White with #325833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325833; }
p { color: rgb(50,88,51); }
H1.HeaderClassName
{
color: #325833;
}
.AnyTagClassName
{
color: #325833;
}
</style>
background-color css
<style>
a { background-color: #325833; }
a { background-color: rgb(50,88,51); }
div.DivClassName
{
background-color: #325833;
}
.BgClassName
{
background-color: #325833;
}
</style>
border-color css
<style>
span { border-color: #325833; }
span { border-color: rgb(50,88,51); }
td.TdClassName
{
border-color: #325833;
}
.TagClassName
{
border-color: #325833;
}
</style>