Shades of Parsley #354E34
Tints of Parsley #354E34
RGB
CMYK
RGB Variations
Color information
#354E34 (or 0x354E34) is known color: Parsley. HEX triplet: 35, 4E and 34. RGB value is (53,78,52). Sum of RGB (Red+Green+Blue) = 53+78+52=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #354E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E34 is #CAB1CB. Grayscale: #434343. Windows color (decimal): -13283788 or 3427893. OLE color: 3427893.
HSL color Cylindrical-coordinate representation of color #354E34: hue angle of 117.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354E34 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 52 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.69 |
| HSL | 117.69º | 0.2% | 0.25% | - |
| HSV(B) | 117.69º | 0.33% | 0.31% | - |
| XYZ | 4.81 | 6.45 | 4.24 | - |
| YUV | 67.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 52 | 0.32 | 0 | 0.33 | 0.69 | 117.69 | 0.2 | 0.25 |
| Hex | 35 | 4E | 34 | 20 | 0 | 21 | 45 | 76 | 14 | 19 |
| Octal | 65 | 116 | 64 | 40 | 0 | 41 | 105 | 166 | 24 | 31 |
| Binary | 110101 | 1001110 | 110100 | 100000 | 0 | 100001 | 1000101 | 1110110 | 10100 | 11001 |
Color Harmonies of #354E34
Complementary color
Monochromatic Colors of #354E34
Black with #354E34
Text Example
Text Example
White with #354E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E34; }
p { color: rgb(53,78,52); }
H1.HeaderClassName
{
color: #354E34;
}
.AnyTagClassName
{
color: #354E34;
}
</style>
background-color css
<style>
a { background-color: #354E34; }
a { background-color: rgb(53,78,52); }
div.DivClassName
{
background-color: #354E34;
}
.BgClassName
{
background-color: #354E34;
}
</style>
border-color css
<style>
span { border-color: #354E34; }
span { border-color: rgb(53,78,52); }
td.TdClassName
{
border-color: #354E34;
}
.TagClassName
{
border-color: #354E34;
}
</style>