Shades of Parsley #325538
Tints of Parsley #325538
RGB
CMYK
RGB Variations
Color information
#325538 (or 0x325538) is known color: Parsley. HEX triplet: 32, 55 and 38. RGB value is (50,85,56). Sum of RGB (Red+Green+Blue) = 50+85+56=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #325538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325538 is #CDAAC7. Grayscale: #474747. Windows color (decimal): -13478600 or 3691826. OLE color: 3691826.
HSL color Cylindrical-coordinate representation of color #325538: hue angle of 130.29º 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 #325538 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 56 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.67 |
| HSL | 130.29º | 0.26% | 0.26% | - |
| HSV(B) | 130.29º | 0.41% | 0.33% | - |
| XYZ | 5.28 | 7.46 | 4.9 | - |
| YUV | 71.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 56 | 0.41 | 0 | 0.34 | 0.67 | 130.29 | 0.26 | 0.26 |
| Hex | 32 | 55 | 38 | 29 | 0 | 22 | 43 | 82 | 1A | 1A |
| Octal | 62 | 125 | 70 | 51 | 0 | 42 | 103 | 202 | 32 | 32 |
| Binary | 110010 | 1010101 | 111000 | 101001 | 0 | 100010 | 1000011 | 10000010 | 11010 | 11010 |
Color Harmonies of #325538
Complementary color
Monochromatic Colors of #325538
Black with #325538
Text Example
Text Example
White with #325538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325538; }
p { color: rgb(50,85,56); }
H1.HeaderClassName
{
color: #325538;
}
.AnyTagClassName
{
color: #325538;
}
</style>
background-color css
<style>
a { background-color: #325538; }
a { background-color: rgb(50,85,56); }
div.DivClassName
{
background-color: #325538;
}
.BgClassName
{
background-color: #325538;
}
</style>
border-color css
<style>
span { border-color: #325538; }
span { border-color: rgb(50,85,56); }
td.TdClassName
{
border-color: #325538;
}
.TagClassName
{
border-color: #325538;
}
</style>