Shades of Parsley #336533
Tints of Parsley #336533
RGB
CMYK
RGB Variations
Color information
#336533 (or 0x336533) is known color: Parsley. HEX triplet: 33, 65 and 33. RGB value is (51,101,51). Sum of RGB (Red+Green+Blue) = 51+101+51=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #336533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336533 is #CC9ACC. Grayscale: #505050. Windows color (decimal): -13408973 or 3368243. OLE color: 3368243.
HSL color Cylindrical-coordinate representation of color #336533: hue angle of 120º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336533 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 51 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.60 |
| HSL | 120º | 0.33% | 0.3% | - |
| HSV(B) | 120º | 0.5% | 0.4% | - |
| XYZ | 6.62 | 10.25 | 4.76 | - |
| YUV | 80.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 51 | 0.50 | 0 | 0.50 | 0.60 | 120 | 0.33 | 0.3 |
| Hex | 33 | 65 | 33 | 32 | 0 | 32 | 3C | 78 | 21 | 1E |
| Octal | 63 | 145 | 63 | 62 | 0 | 62 | 74 | 170 | 41 | 36 |
| Binary | 110011 | 1100101 | 110011 | 110010 | 0 | 110010 | 111100 | 1111000 | 100001 | 11110 |
Color Harmonies of #336533
Complementary color
Monochromatic Colors of #336533
Black with #336533
Text Example
Text Example
White with #336533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336533; }
p { color: rgb(51,101,51); }
H1.HeaderClassName
{
color: #336533;
}
.AnyTagClassName
{
color: #336533;
}
</style>
background-color css
<style>
a { background-color: #336533; }
a { background-color: rgb(51,101,51); }
div.DivClassName
{
background-color: #336533;
}
.BgClassName
{
background-color: #336533;
}
</style>
border-color css
<style>
span { border-color: #336533; }
span { border-color: rgb(51,101,51); }
td.TdClassName
{
border-color: #336533;
}
.TagClassName
{
border-color: #336533;
}
</style>