Shades of Parsley #325F34
Tints of Parsley #325F34
RGB
CMYK
RGB Variations
Color information
#325F34 (or 0x325F34) is known color: Parsley. HEX triplet: 32, 5F and 34. RGB value is (50,95,52). Sum of RGB (Red+Green+Blue) = 50+95+52=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #325F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F34 is #CDA0CB. Grayscale: #4C4C4C. Windows color (decimal): -13476044 or 3432242. OLE color: 3432242.
HSL color Cylindrical-coordinate representation of color #325F34: hue angle of 122.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F34 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 52 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.63 |
| HSL | 122.67º | 0.31% | 0.28% | - |
| HSV(B) | 122.67º | 0.47% | 0.37% | - |
| XYZ | 6.03 | 9.11 | 4.69 | - |
| YUV | 76.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 52 | 0.47 | 0 | 0.45 | 0.63 | 122.67 | 0.31 | 0.28 |
| Hex | 32 | 5F | 34 | 2F | 0 | 2D | 3F | 7B | 1F | 1C |
| Octal | 62 | 137 | 64 | 57 | 0 | 55 | 77 | 173 | 37 | 34 |
| Binary | 110010 | 1011111 | 110100 | 101111 | 0 | 101101 | 111111 | 1111011 | 11111 | 11100 |
Color Harmonies of #325F34
Complementary color
Monochromatic Colors of #325F34
Black with #325F34
Text Example
Text Example
White with #325F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F34; }
p { color: rgb(50,95,52); }
H1.HeaderClassName
{
color: #325F34;
}
.AnyTagClassName
{
color: #325F34;
}
</style>
background-color css
<style>
a { background-color: #325F34; }
a { background-color: rgb(50,95,52); }
div.DivClassName
{
background-color: #325F34;
}
.BgClassName
{
background-color: #325F34;
}
</style>
border-color css
<style>
span { border-color: #325F34; }
span { border-color: rgb(50,95,52); }
td.TdClassName
{
border-color: #325F34;
}
.TagClassName
{
border-color: #325F34;
}
</style>