Shades of Parsley #326330
Tints of Parsley #326330
RGB
CMYK
RGB Variations
Color information
#326330 (or 0x326330) is known color: Parsley. HEX triplet: 32, 63 and 30. RGB value is (50,99,48). Sum of RGB (Red+Green+Blue) = 50+99+48=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #326330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326330 is #CD9CCF. Grayscale: #4E4E4E. Windows color (decimal): -13475024 or 3171122. OLE color: 3171122.
HSL color Cylindrical-coordinate representation of color #326330: hue angle of 117.65º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326330 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 48 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.61 |
| HSL | 117.65º | 0.35% | 0.29% | - |
| HSV(B) | 117.65º | 0.52% | 0.39% | - |
| XYZ | 6.31 | 9.82 | 4.36 | - |
| YUV | 78.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 48 | 0.49 | 0 | 0.52 | 0.61 | 117.65 | 0.35 | 0.29 |
| Hex | 32 | 63 | 30 | 31 | 0 | 34 | 3D | 76 | 23 | 1D |
| Octal | 62 | 143 | 60 | 61 | 0 | 64 | 75 | 166 | 43 | 35 |
| Binary | 110010 | 1100011 | 110000 | 110001 | 0 | 110100 | 111101 | 1110110 | 100011 | 11101 |
Color Harmonies of #326330
Complementary color
Monochromatic Colors of #326330
Black with #326330
Text Example
Text Example
White with #326330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326330; }
p { color: rgb(50,99,48); }
H1.HeaderClassName
{
color: #326330;
}
.AnyTagClassName
{
color: #326330;
}
</style>
background-color css
<style>
a { background-color: #326330; }
a { background-color: rgb(50,99,48); }
div.DivClassName
{
background-color: #326330;
}
.BgClassName
{
background-color: #326330;
}
</style>
border-color css
<style>
span { border-color: #326330; }
span { border-color: rgb(50,99,48); }
td.TdClassName
{
border-color: #326330;
}
.TagClassName
{
border-color: #326330;
}
</style>