Shades of Parsley #325533
Tints of Parsley #325533
RGB
CMYK
RGB Variations
Color information
#325533 (or 0x325533) is known color: Parsley. HEX triplet: 32, 55 and 33. RGB value is (50,85,51). Sum of RGB (Red+Green+Blue) = 50+85+51=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #325533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325533 is #CDAACC. Grayscale: #464646. Windows color (decimal): -13478605 or 3364146. OLE color: 3364146.
HSL color Cylindrical-coordinate representation of color #325533: hue angle of 121.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325533 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 51 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.67 |
| HSL | 121.71º | 0.26% | 0.26% | - |
| HSV(B) | 121.71º | 0.41% | 0.33% | - |
| XYZ | 5.16 | 7.41 | 4.29 | - |
| YUV | 70.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 51 | 0.41 | 0 | 0.40 | 0.67 | 121.71 | 0.26 | 0.26 |
| Hex | 32 | 55 | 33 | 29 | 0 | 28 | 43 | 7A | 1A | 1A |
| Octal | 62 | 125 | 63 | 51 | 0 | 50 | 103 | 172 | 32 | 32 |
| Binary | 110010 | 1010101 | 110011 | 101001 | 0 | 101000 | 1000011 | 1111010 | 11010 | 11010 |
Color Harmonies of #325533
Complementary color
Monochromatic Colors of #325533
Black with #325533
Text Example
Text Example
White with #325533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325533; }
p { color: rgb(50,85,51); }
H1.HeaderClassName
{
color: #325533;
}
.AnyTagClassName
{
color: #325533;
}
</style>
background-color css
<style>
a { background-color: #325533; }
a { background-color: rgb(50,85,51); }
div.DivClassName
{
background-color: #325533;
}
.BgClassName
{
background-color: #325533;
}
</style>
border-color css
<style>
span { border-color: #325533; }
span { border-color: rgb(50,85,51); }
td.TdClassName
{
border-color: #325533;
}
.TagClassName
{
border-color: #325533;
}
</style>