Shades of Parsley #325F30
Tints of Parsley #325F30
RGB
CMYK
RGB Variations
Color information
#325F30 (or 0x325F30) is known color: Parsley. HEX triplet: 32, 5F and 30. RGB value is (50,95,48). Sum of RGB (Red+Green+Blue) = 50+95+48=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #325F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F30 is #CDA0CF. Grayscale: #4C4C4C. Windows color (decimal): -13476048 or 3170098. OLE color: 3170098.
HSL color Cylindrical-coordinate representation of color #325F30: hue angle of 117.45º degrees, saturation: 0.33, 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 #325F30 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 48 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.63 |
| HSL | 117.45º | 0.33% | 0.28% | - |
| HSV(B) | 117.45º | 0.49% | 0.37% | - |
| XYZ | 5.94 | 9.08 | 4.24 | - |
| YUV | 76.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 48 | 0.47 | 0 | 0.49 | 0.63 | 117.45 | 0.33 | 0.28 |
| Hex | 32 | 5F | 30 | 2F | 0 | 31 | 3F | 75 | 21 | 1C |
| Octal | 62 | 137 | 60 | 57 | 0 | 61 | 77 | 165 | 41 | 34 |
| Binary | 110010 | 1011111 | 110000 | 101111 | 0 | 110001 | 111111 | 1110101 | 100001 | 11100 |
Color Harmonies of #325F30
Complementary color
Monochromatic Colors of #325F30
Black with #325F30
Text Example
Text Example
White with #325F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F30; }
p { color: rgb(50,95,48); }
H1.HeaderClassName
{
color: #325F30;
}
.AnyTagClassName
{
color: #325F30;
}
</style>
background-color css
<style>
a { background-color: #325F30; }
a { background-color: rgb(50,95,48); }
div.DivClassName
{
background-color: #325F30;
}
.BgClassName
{
background-color: #325F30;
}
</style>
border-color css
<style>
span { border-color: #325F30; }
span { border-color: rgb(50,95,48); }
td.TdClassName
{
border-color: #325F30;
}
.TagClassName
{
border-color: #325F30;
}
</style>