Shades of Parsley #325E37
Tints of Parsley #325E37
RGB
CMYK
RGB Variations
Color information
#325E37 (or 0x325E37) is known color: Parsley. HEX triplet: 32, 5E and 37. RGB value is (50,94,55). Sum of RGB (Red+Green+Blue) = 50+94+55=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #325E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E37 is #CDA1C8. Grayscale: #4C4C4C. Windows color (decimal): -13476297 or 3628594. OLE color: 3628594.
HSL color Cylindrical-coordinate representation of color #325E37: hue angle of 126.82º 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 #325E37 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 55 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.63 |
| HSL | 126.82º | 0.31% | 0.28% | - |
| HSV(B) | 126.82º | 0.47% | 0.37% | - |
| XYZ | 6.01 | 8.96 | 5.03 | - |
| YUV | 76.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 55 | 0.47 | 0 | 0.41 | 0.63 | 126.82 | 0.31 | 0.28 |
| Hex | 32 | 5E | 37 | 2F | 0 | 29 | 3F | 7F | 1F | 1C |
| Octal | 62 | 136 | 67 | 57 | 0 | 51 | 77 | 177 | 37 | 34 |
| Binary | 110010 | 1011110 | 110111 | 101111 | 0 | 101001 | 111111 | 1111111 | 11111 | 11100 |
Color Harmonies of #325E37
Complementary color
Monochromatic Colors of #325E37
Black with #325E37
Text Example
Text Example
White with #325E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E37; }
p { color: rgb(50,94,55); }
H1.HeaderClassName
{
color: #325E37;
}
.AnyTagClassName
{
color: #325E37;
}
</style>
background-color css
<style>
a { background-color: #325E37; }
a { background-color: rgb(50,94,55); }
div.DivClassName
{
background-color: #325E37;
}
.BgClassName
{
background-color: #325E37;
}
</style>
border-color css
<style>
span { border-color: #325E37; }
span { border-color: rgb(50,94,55); }
td.TdClassName
{
border-color: #325E37;
}
.TagClassName
{
border-color: #325E37;
}
</style>