Shades of Parsley #334D33
Tints of Parsley #334D33
RGB
CMYK
RGB Variations
Color information
#334D33 (or 0x334D33) is known color: Parsley. HEX triplet: 33, 4D and 33. RGB value is (51,77,51). Sum of RGB (Red+Green+Blue) = 51+77+51=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #334D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D33 is #CCB2CC. Grayscale: #424242. Windows color (decimal): -13415117 or 3362099. OLE color: 3362099.
HSL color Cylindrical-coordinate representation of color #334D33: hue angle of 120º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D33 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 51 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.70 |
| HSL | 120º | 0.2% | 0.25% | - |
| HSV(B) | 120º | 0.34% | 0.3% | - |
| XYZ | 4.62 | 6.25 | 4.1 | - |
| YUV | 66.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 51 | 0.34 | 0 | 0.34 | 0.70 | 120 | 0.2 | 0.25 |
| Hex | 33 | 4D | 33 | 22 | 0 | 22 | 46 | 78 | 14 | 19 |
| Octal | 63 | 115 | 63 | 42 | 0 | 42 | 106 | 170 | 24 | 31 |
| Binary | 110011 | 1001101 | 110011 | 100010 | 0 | 100010 | 1000110 | 1111000 | 10100 | 11001 |
Color Harmonies of #334D33
Complementary color
Monochromatic Colors of #334D33
Black with #334D33
Text Example
Text Example
White with #334D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D33; }
p { color: rgb(51,77,51); }
H1.HeaderClassName
{
color: #334D33;
}
.AnyTagClassName
{
color: #334D33;
}
</style>
background-color css
<style>
a { background-color: #334D33; }
a { background-color: rgb(51,77,51); }
div.DivClassName
{
background-color: #334D33;
}
.BgClassName
{
background-color: #334D33;
}
</style>
border-color css
<style>
span { border-color: #334D33; }
span { border-color: rgb(51,77,51); }
td.TdClassName
{
border-color: #334D33;
}
.TagClassName
{
border-color: #334D33;
}
</style>