Shades of Parsley #335C32
Tints of Parsley #335C32
RGB
CMYK
RGB Variations
Color information
#335C32 (or 0x335C32) is known color: Parsley. HEX triplet: 33, 5C and 32. RGB value is (51,92,50). Sum of RGB (Red+Green+Blue) = 51+92+50=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #335C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C32 is #CCA3CD. Grayscale: #4B4B4B. Windows color (decimal): -13411278 or 3300403. OLE color: 3300403.
HSL color Cylindrical-coordinate representation of color #335C32: hue angle of 118.57º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335C32 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 92 | 50 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.64 |
| HSL | 118.57º | 0.3% | 0.28% | - |
| HSV(B) | 118.57º | 0.46% | 0.36% | - |
| XYZ | 5.77 | 8.59 | 4.37 | - |
| YUV | 74.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 50 | 0.45 | 0 | 0.46 | 0.64 | 118.57 | 0.3 | 0.28 |
| Hex | 33 | 5C | 32 | 2D | 0 | 2E | 40 | 77 | 1E | 1C |
| Octal | 63 | 134 | 62 | 55 | 0 | 56 | 100 | 167 | 36 | 34 |
| Binary | 110011 | 1011100 | 110010 | 101101 | 0 | 101110 | 1000000 | 1110111 | 11110 | 11100 |
Color Harmonies of #335C32
Complementary color
Monochromatic Colors of #335C32
Black with #335C32
Text Example
Text Example
White with #335C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C32; }
p { color: rgb(51,92,50); }
H1.HeaderClassName
{
color: #335C32;
}
.AnyTagClassName
{
color: #335C32;
}
</style>
background-color css
<style>
a { background-color: #335C32; }
a { background-color: rgb(51,92,50); }
div.DivClassName
{
background-color: #335C32;
}
.BgClassName
{
background-color: #335C32;
}
</style>
border-color css
<style>
span { border-color: #335C32; }
span { border-color: rgb(51,92,50); }
td.TdClassName
{
border-color: #335C32;
}
.TagClassName
{
border-color: #335C32;
}
</style>