Shades of Parsley #334D32
Tints of Parsley #334D32
RGB
CMYK
RGB Variations
Color information
#334D32 (or 0x334D32) is known color: Parsley. HEX triplet: 33, 4D and 32. RGB value is (51,77,50). Sum of RGB (Red+Green+Blue) = 51+77+50=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #334D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D32 is #CCB2CD. Grayscale: #424242. Windows color (decimal): -13415118 or 3296563. OLE color: 3296563.
HSL color Cylindrical-coordinate representation of color #334D32: hue angle of 117.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334D32 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 50 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.70 |
| HSL | 117.78º | 0.21% | 0.25% | - |
| HSV(B) | 117.78º | 0.35% | 0.3% | - |
| XYZ | 4.59 | 6.24 | 3.98 | - |
| YUV | 66.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 50 | 0.34 | 0 | 0.35 | 0.70 | 117.78 | 0.21 | 0.25 |
| Hex | 33 | 4D | 32 | 22 | 0 | 23 | 46 | 76 | 15 | 19 |
| Octal | 63 | 115 | 62 | 42 | 0 | 43 | 106 | 166 | 25 | 31 |
| Binary | 110011 | 1001101 | 110010 | 100010 | 0 | 100011 | 1000110 | 1110110 | 10101 | 11001 |
Color Harmonies of #334D32
Complementary color
Monochromatic Colors of #334D32
Black with #334D32
Text Example
Text Example
White with #334D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D32; }
p { color: rgb(51,77,50); }
H1.HeaderClassName
{
color: #334D32;
}
.AnyTagClassName
{
color: #334D32;
}
</style>
background-color css
<style>
a { background-color: #334D32; }
a { background-color: rgb(51,77,50); }
div.DivClassName
{
background-color: #334D32;
}
.BgClassName
{
background-color: #334D32;
}
</style>
border-color css
<style>
span { border-color: #334D32; }
span { border-color: rgb(51,77,50); }
td.TdClassName
{
border-color: #334D32;
}
.TagClassName
{
border-color: #334D32;
}
</style>