Shades of Parsley #336534
Tints of Parsley #336534
RGB
CMYK
RGB Variations
Color information
#336534 (or 0x336534) is known color: Parsley. HEX triplet: 33, 65 and 34. RGB value is (51,101,52). Sum of RGB (Red+Green+Blue) = 51+101+52=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #336534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336534 is #CC9ACB. Grayscale: #505050. Windows color (decimal): -13408972 or 3433779. OLE color: 3433779.
HSL color Cylindrical-coordinate representation of color #336534: hue angle of 121.2º 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 #336534 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 52 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.60 |
| HSL | 121.2º | 0.33% | 0.3% | - |
| HSV(B) | 121.2º | 0.5% | 0.4% | - |
| XYZ | 6.64 | 10.26 | 4.88 | - |
| YUV | 80.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 52 | 0.50 | 0 | 0.49 | 0.60 | 121.2 | 0.33 | 0.3 |
| Hex | 33 | 65 | 34 | 32 | 0 | 31 | 3C | 79 | 21 | 1E |
| Octal | 63 | 145 | 64 | 62 | 0 | 61 | 74 | 171 | 41 | 36 |
| Binary | 110011 | 1100101 | 110100 | 110010 | 0 | 110001 | 111100 | 1111001 | 100001 | 11110 |
Color Harmonies of #336534
Complementary color
Monochromatic Colors of #336534
Black with #336534
Text Example
Text Example
White with #336534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336534; }
p { color: rgb(51,101,52); }
H1.HeaderClassName
{
color: #336534;
}
.AnyTagClassName
{
color: #336534;
}
</style>
background-color css
<style>
a { background-color: #336534; }
a { background-color: rgb(51,101,52); }
div.DivClassName
{
background-color: #336534;
}
.BgClassName
{
background-color: #336534;
}
</style>
border-color css
<style>
span { border-color: #336534; }
span { border-color: rgb(51,101,52); }
td.TdClassName
{
border-color: #336534;
}
.TagClassName
{
border-color: #336534;
}
</style>