Shades of Parsley #344E35
Tints of Parsley #344E35
RGB
CMYK
RGB Variations
Color information
#344E35 (or 0x344E35) is known color: Parsley. HEX triplet: 34, 4E and 35. RGB value is (52,78,53). Sum of RGB (Red+Green+Blue) = 52+78+53=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #344E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E35 is #CBB1CA. Grayscale: #434343. Windows color (decimal): -13349323 or 3493428. OLE color: 3493428.
HSL color Cylindrical-coordinate representation of color #344E35: hue angle of 122.31º 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 #344E35 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 53 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.69 |
| HSL | 122.31º | 0.2% | 0.25% | - |
| HSV(B) | 122.31º | 0.33% | 0.31% | - |
| XYZ | 4.78 | 6.44 | 4.36 | - |
| YUV | 67.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 53 | 0.33 | 0 | 0.32 | 0.69 | 122.31 | 0.2 | 0.25 |
| Hex | 34 | 4E | 35 | 21 | 0 | 20 | 45 | 7A | 14 | 19 |
| Octal | 64 | 116 | 65 | 41 | 0 | 40 | 105 | 172 | 24 | 31 |
| Binary | 110100 | 1001110 | 110101 | 100001 | 0 | 100000 | 1000101 | 1111010 | 10100 | 11001 |
Color Harmonies of #344E35
Complementary color
Monochromatic Colors of #344E35
Black with #344E35
Text Example
Text Example
White with #344E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E35; }
p { color: rgb(52,78,53); }
H1.HeaderClassName
{
color: #344E35;
}
.AnyTagClassName
{
color: #344E35;
}
</style>
background-color css
<style>
a { background-color: #344E35; }
a { background-color: rgb(52,78,53); }
div.DivClassName
{
background-color: #344E35;
}
.BgClassName
{
background-color: #344E35;
}
</style>
border-color css
<style>
span { border-color: #344E35; }
span { border-color: rgb(52,78,53); }
td.TdClassName
{
border-color: #344E35;
}
.TagClassName
{
border-color: #344E35;
}
</style>