Shades of Parsley #32572E
Tints of Parsley #32572E
RGB
CMYK
RGB Variations
Color information
#32572E (or 0x32572E) is known color: Parsley. HEX triplet: 32, 57 and 2E. RGB value is (50,87,46). Sum of RGB (Red+Green+Blue) = 50+87+46=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #32572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32572E is #CDA8D1. Grayscale: #474747. Windows color (decimal): -13478098 or 3036978. OLE color: 3036978.
HSL color Cylindrical-coordinate representation of color #32572E: hue angle of 114.15º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32572E is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 46 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.66 |
| HSL | 114.15º | 0.31% | 0.26% | - |
| HSV(B) | 114.15º | 0.47% | 0.34% | - |
| XYZ | 5.22 | 7.69 | 3.79 | - |
| YUV | 71.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 46 | 0.43 | 0 | 0.47 | 0.66 | 114.15 | 0.31 | 0.26 |
| Hex | 32 | 57 | 2E | 2B | 0 | 2F | 42 | 72 | 1F | 1A |
| Octal | 62 | 127 | 56 | 53 | 0 | 57 | 102 | 162 | 37 | 32 |
| Binary | 110010 | 1010111 | 101110 | 101011 | 0 | 101111 | 1000010 | 1110010 | 11111 | 11010 |
Color Harmonies of #32572E
Complementary color
Monochromatic Colors of #32572E
Black with #32572E
Text Example
Text Example
White with #32572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32572E; }
p { color: rgb(50,87,46); }
H1.HeaderClassName
{
color: #32572E;
}
.AnyTagClassName
{
color: #32572E;
}
</style>
background-color css
<style>
a { background-color: #32572E; }
a { background-color: rgb(50,87,46); }
div.DivClassName
{
background-color: #32572E;
}
.BgClassName
{
background-color: #32572E;
}
</style>
border-color css
<style>
span { border-color: #32572E; }
span { border-color: rgb(50,87,46); }
td.TdClassName
{
border-color: #32572E;
}
.TagClassName
{
border-color: #32572E;
}
</style>