Shades of Parsley #325E30
Tints of Parsley #325E30
RGB
CMYK
RGB Variations
Color information
#325E30 (or 0x325E30) is known color: Parsley. HEX triplet: 32, 5E and 30. RGB value is (50,94,48). Sum of RGB (Red+Green+Blue) = 50+94+48=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #325E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E30 is #CDA1CF. Grayscale: #4B4B4B. Windows color (decimal): -13476304 or 3169842. OLE color: 3169842.
HSL color Cylindrical-coordinate representation of color #325E30: hue angle of 117.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325E30 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 48 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.63 |
| HSL | 117.39º | 0.32% | 0.28% | - |
| HSV(B) | 117.39º | 0.49% | 0.37% | - |
| XYZ | 5.85 | 8.9 | 4.21 | - |
| YUV | 75.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 48 | 0.47 | 0 | 0.49 | 0.63 | 117.39 | 0.32 | 0.28 |
| Hex | 32 | 5E | 30 | 2F | 0 | 31 | 3F | 75 | 20 | 1C |
| Octal | 62 | 136 | 60 | 57 | 0 | 61 | 77 | 165 | 40 | 34 |
| Binary | 110010 | 1011110 | 110000 | 101111 | 0 | 110001 | 111111 | 1110101 | 100000 | 11100 |
Color Harmonies of #325E30
Complementary color
Monochromatic Colors of #325E30
Black with #325E30
Text Example
Text Example
White with #325E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E30; }
p { color: rgb(50,94,48); }
H1.HeaderClassName
{
color: #325E30;
}
.AnyTagClassName
{
color: #325E30;
}
</style>
background-color css
<style>
a { background-color: #325E30; }
a { background-color: rgb(50,94,48); }
div.DivClassName
{
background-color: #325E30;
}
.BgClassName
{
background-color: #325E30;
}
</style>
border-color css
<style>
span { border-color: #325E30; }
span { border-color: rgb(50,94,48); }
td.TdClassName
{
border-color: #325E30;
}
.TagClassName
{
border-color: #325E30;
}
</style>