Shades of Parsley #334F32
Tints of Parsley #334F32
RGB
CMYK
RGB Variations
Color information
#334F32 (or 0x334F32) is known color: Parsley. HEX triplet: 33, 4F and 32. RGB value is (51,79,50). Sum of RGB (Red+Green+Blue) = 51+79+50=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #334F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F32 is #CCB0CD. Grayscale: #434343. Windows color (decimal): -13414606 or 3297075. OLE color: 3297075.
HSL color Cylindrical-coordinate representation of color #334F32: hue angle of 117.93º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334F32 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 50 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.69 |
| HSL | 117.93º | 0.22% | 0.25% | - |
| HSV(B) | 117.93º | 0.37% | 0.31% | - |
| XYZ | 4.74 | 6.53 | 4.03 | - |
| YUV | 67.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 50 | 0.35 | 0 | 0.37 | 0.69 | 117.93 | 0.22 | 0.25 |
| Hex | 33 | 4F | 32 | 23 | 0 | 25 | 45 | 76 | 16 | 19 |
| Octal | 63 | 117 | 62 | 43 | 0 | 45 | 105 | 166 | 26 | 31 |
| Binary | 110011 | 1001111 | 110010 | 100011 | 0 | 100101 | 1000101 | 1110110 | 10110 | 11001 |
Color Harmonies of #334F32
Complementary color
Monochromatic Colors of #334F32
Black with #334F32
Text Example
Text Example
White with #334F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F32; }
p { color: rgb(51,79,50); }
H1.HeaderClassName
{
color: #334F32;
}
.AnyTagClassName
{
color: #334F32;
}
</style>
background-color css
<style>
a { background-color: #334F32; }
a { background-color: rgb(51,79,50); }
div.DivClassName
{
background-color: #334F32;
}
.BgClassName
{
background-color: #334F32;
}
</style>
border-color css
<style>
span { border-color: #334F32; }
span { border-color: rgb(51,79,50); }
td.TdClassName
{
border-color: #334F32;
}
.TagClassName
{
border-color: #334F32;
}
</style>