Shades of Parsley #326131
Tints of Parsley #326131
RGB
CMYK
RGB Variations
Color information
#326131 (or 0x326131) is known color: Parsley. HEX triplet: 32, 61 and 31. RGB value is (50,97,49). Sum of RGB (Red+Green+Blue) = 50+97+49=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #326131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326131 is #CD9ECE. Grayscale: #4D4D4D. Windows color (decimal): -13475535 or 3236146. OLE color: 3236146.
HSL color Cylindrical-coordinate representation of color #326131: hue angle of 118.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326131 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 49 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.62 |
| HSL | 118.75º | 0.33% | 0.29% | - |
| HSV(B) | 118.75º | 0.49% | 0.38% | - |
| XYZ | 6.14 | 9.45 | 4.41 | - |
| YUV | 77.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 49 | 0.48 | 0 | 0.49 | 0.62 | 118.75 | 0.33 | 0.29 |
| Hex | 32 | 61 | 31 | 30 | 0 | 31 | 3E | 77 | 21 | 1D |
| Octal | 62 | 141 | 61 | 60 | 0 | 61 | 76 | 167 | 41 | 35 |
| Binary | 110010 | 1100001 | 110001 | 110000 | 0 | 110001 | 111110 | 1110111 | 100001 | 11101 |
Color Harmonies of #326131
Complementary color
Monochromatic Colors of #326131
Black with #326131
Text Example
Text Example
White with #326131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326131; }
p { color: rgb(50,97,49); }
H1.HeaderClassName
{
color: #326131;
}
.AnyTagClassName
{
color: #326131;
}
</style>
background-color css
<style>
a { background-color: #326131; }
a { background-color: rgb(50,97,49); }
div.DivClassName
{
background-color: #326131;
}
.BgClassName
{
background-color: #326131;
}
</style>
border-color css
<style>
span { border-color: #326131; }
span { border-color: rgb(50,97,49); }
td.TdClassName
{
border-color: #326131;
}
.TagClassName
{
border-color: #326131;
}
</style>