Shades of Parsley #325B33
Tints of Parsley #325B33
RGB
CMYK
RGB Variations
Color information
#325B33 (or 0x325B33) is known color: Parsley. HEX triplet: 32, 5B and 33. RGB value is (50,91,51). Sum of RGB (Red+Green+Blue) = 50+91+51=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #325B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B33 is #CDA4CC. Grayscale: #4A4A4A. Windows color (decimal): -13477069 or 3365682. OLE color: 3365682.
HSL color Cylindrical-coordinate representation of color #325B33: hue angle of 121.46º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B33 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 51 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.64 |
| HSL | 121.46º | 0.29% | 0.28% | - |
| HSV(B) | 121.46º | 0.45% | 0.36% | - |
| XYZ | 5.65 | 8.4 | 4.46 | - |
| YUV | 74.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 51 | 0.45 | 0 | 0.44 | 0.64 | 121.46 | 0.29 | 0.28 |
| Hex | 32 | 5B | 33 | 2D | 0 | 2C | 40 | 79 | 1D | 1C |
| Octal | 62 | 133 | 63 | 55 | 0 | 54 | 100 | 171 | 35 | 34 |
| Binary | 110010 | 1011011 | 110011 | 101101 | 0 | 101100 | 1000000 | 1111001 | 11101 | 11100 |
Color Harmonies of #325B33
Complementary color
Monochromatic Colors of #325B33
Black with #325B33
Text Example
Text Example
White with #325B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B33; }
p { color: rgb(50,91,51); }
H1.HeaderClassName
{
color: #325B33;
}
.AnyTagClassName
{
color: #325B33;
}
</style>
background-color css
<style>
a { background-color: #325B33; }
a { background-color: rgb(50,91,51); }
div.DivClassName
{
background-color: #325B33;
}
.BgClassName
{
background-color: #325B33;
}
</style>
border-color css
<style>
span { border-color: #325B33; }
span { border-color: rgb(50,91,51); }
td.TdClassName
{
border-color: #325B33;
}
.TagClassName
{
border-color: #325B33;
}
</style>