Shades of Parsley #325031
Tints of Parsley #325031
RGB
CMYK
RGB Variations
Color information
#325031 (or 0x325031) is known color: Parsley. HEX triplet: 32, 50 and 31. RGB value is (50,80,49). Sum of RGB (Red+Green+Blue) = 50+80+49=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #325031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325031 is #CDAFCE. Grayscale: #434343. Windows color (decimal): -13479887 or 3231794. OLE color: 3231794.
HSL color Cylindrical-coordinate representation of color #325031: hue angle of 118.06º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325031 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 49 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.69 |
| HSL | 118.06º | 0.24% | 0.25% | - |
| HSV(B) | 118.06º | 0.39% | 0.31% | - |
| XYZ | 4.74 | 6.64 | 3.94 | - |
| YUV | 67.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 49 | 0.37 | 0 | 0.39 | 0.69 | 118.06 | 0.24 | 0.25 |
| Hex | 32 | 50 | 31 | 25 | 0 | 27 | 45 | 76 | 18 | 19 |
| Octal | 62 | 120 | 61 | 45 | 0 | 47 | 105 | 166 | 30 | 31 |
| Binary | 110010 | 1010000 | 110001 | 100101 | 0 | 100111 | 1000101 | 1110110 | 11000 | 11001 |
Color Harmonies of #325031
Complementary color
Monochromatic Colors of #325031
Black with #325031
Text Example
Text Example
White with #325031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325031; }
p { color: rgb(50,80,49); }
H1.HeaderClassName
{
color: #325031;
}
.AnyTagClassName
{
color: #325031;
}
</style>
background-color css
<style>
a { background-color: #325031; }
a { background-color: rgb(50,80,49); }
div.DivClassName
{
background-color: #325031;
}
.BgClassName
{
background-color: #325031;
}
</style>
border-color css
<style>
span { border-color: #325031; }
span { border-color: rgb(50,80,49); }
td.TdClassName
{
border-color: #325031;
}
.TagClassName
{
border-color: #325031;
}
</style>