Shades of Parsley #335532
Tints of Parsley #335532
RGB
CMYK
RGB Variations
Color information
#335532 (or 0x335532) is known color: Parsley. HEX triplet: 33, 55 and 32. RGB value is (51,85,50). Sum of RGB (Red+Green+Blue) = 51+85+50=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #335532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335532 is #CCAACD. Grayscale: #464646. Windows color (decimal): -13413070 or 3298611. OLE color: 3298611.
HSL color Cylindrical-coordinate representation of color #335532: hue angle of 118.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335532 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 50 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.67 |
| HSL | 118.29º | 0.26% | 0.26% | - |
| HSV(B) | 118.29º | 0.41% | 0.33% | - |
| XYZ | 5.19 | 7.43 | 4.18 | - |
| YUV | 70.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 50 | 0.40 | 0 | 0.41 | 0.67 | 118.29 | 0.26 | 0.26 |
| Hex | 33 | 55 | 32 | 28 | 0 | 29 | 43 | 76 | 1A | 1A |
| Octal | 63 | 125 | 62 | 50 | 0 | 51 | 103 | 166 | 32 | 32 |
| Binary | 110011 | 1010101 | 110010 | 101000 | 0 | 101001 | 1000011 | 1110110 | 11010 | 11010 |
Color Harmonies of #335532
Complementary color
Monochromatic Colors of #335532
Black with #335532
Text Example
Text Example
White with #335532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335532; }
p { color: rgb(51,85,50); }
H1.HeaderClassName
{
color: #335532;
}
.AnyTagClassName
{
color: #335532;
}
</style>
background-color css
<style>
a { background-color: #335532; }
a { background-color: rgb(51,85,50); }
div.DivClassName
{
background-color: #335532;
}
.BgClassName
{
background-color: #335532;
}
</style>
border-color css
<style>
span { border-color: #335532; }
span { border-color: rgb(51,85,50); }
td.TdClassName
{
border-color: #335532;
}
.TagClassName
{
border-color: #335532;
}
</style>