Shades of Parsley #326231
Tints of Parsley #326231
RGB
CMYK
RGB Variations
Color information
#326231 (or 0x326231) is known color: Parsley. HEX triplet: 32, 62 and 31. RGB value is (50,98,49). Sum of RGB (Red+Green+Blue) = 50+98+49=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #326231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326231 is #CD9DCE. Grayscale: #4E4E4E. Windows color (decimal): -13475279 or 3236402. OLE color: 3236402.
HSL color Cylindrical-coordinate representation of color #326231: hue angle of 118.78º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326231 is Cyan = 0.49, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 49 | - |
| CMYK | 0.49 | 0 | 0.5 | 0.62 |
| HSL | 118.78º | 0.33% | 0.29% | - |
| HSV(B) | 118.78º | 0.5% | 0.38% | - |
| XYZ | 6.24 | 9.64 | 4.44 | - |
| YUV | 78.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 49 | 0.49 | 0 | 0.5 | 0.62 | 118.78 | 0.33 | 0.29 |
| Hex | 32 | 62 | 31 | 31 | 0 | 32 | 3E | 77 | 21 | 1D |
| Octal | 62 | 142 | 61 | 61 | 0 | 62 | 76 | 167 | 41 | 35 |
| Binary | 110010 | 1100010 | 110001 | 110001 | 0 | 110010 | 111110 | 1110111 | 100001 | 11101 |
Color Harmonies of #326231
Complementary color
Monochromatic Colors of #326231
Black with #326231
Text Example
Text Example
White with #326231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326231; }
p { color: rgb(50,98,49); }
H1.HeaderClassName
{
color: #326231;
}
.AnyTagClassName
{
color: #326231;
}
</style>
background-color css
<style>
a { background-color: #326231; }
a { background-color: rgb(50,98,49); }
div.DivClassName
{
background-color: #326231;
}
.BgClassName
{
background-color: #326231;
}
</style>
border-color css
<style>
span { border-color: #326231; }
span { border-color: rgb(50,98,49); }
td.TdClassName
{
border-color: #326231;
}
.TagClassName
{
border-color: #326231;
}
</style>