Shades of Parsley #335232
Tints of Parsley #335232
RGB
CMYK
RGB Variations
Color information
#335232 (or 0x335232) is known color: Parsley. HEX triplet: 33, 52 and 32. RGB value is (51,82,50). Sum of RGB (Red+Green+Blue) = 51+82+50=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #335232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335232 is #CCADCD. Grayscale: #454545. Windows color (decimal): -13413838 or 3297843. OLE color: 3297843.
HSL color Cylindrical-coordinate representation of color #335232: hue angle of 118.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335232 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 50 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.68 |
| HSL | 118.13º | 0.24% | 0.26% | - |
| HSV(B) | 118.13º | 0.39% | 0.32% | - |
| XYZ | 4.96 | 6.97 | 4.1 | - |
| YUV | 69.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 50 | 0.38 | 0 | 0.39 | 0.68 | 118.13 | 0.24 | 0.26 |
| Hex | 33 | 52 | 32 | 26 | 0 | 27 | 44 | 76 | 18 | 1A |
| Octal | 63 | 122 | 62 | 46 | 0 | 47 | 104 | 166 | 30 | 32 |
| Binary | 110011 | 1010010 | 110010 | 100110 | 0 | 100111 | 1000100 | 1110110 | 11000 | 11010 |
Color Harmonies of #335232
Complementary color
Monochromatic Colors of #335232
Black with #335232
Text Example
Text Example
White with #335232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335232; }
p { color: rgb(51,82,50); }
H1.HeaderClassName
{
color: #335232;
}
.AnyTagClassName
{
color: #335232;
}
</style>
background-color css
<style>
a { background-color: #335232; }
a { background-color: rgb(51,82,50); }
div.DivClassName
{
background-color: #335232;
}
.BgClassName
{
background-color: #335232;
}
</style>
border-color css
<style>
span { border-color: #335232; }
span { border-color: rgb(51,82,50); }
td.TdClassName
{
border-color: #335232;
}
.TagClassName
{
border-color: #335232;
}
</style>