Shades of Parsley #345D34
Tints of Parsley #345D34
RGB
CMYK
RGB Variations
Color information
#345D34 (or 0x345D34) is known color: Parsley. HEX triplet: 34, 5D and 34. RGB value is (52,93,52). Sum of RGB (Red+Green+Blue) = 52+93+52=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #345D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D34 is #CBA2CB. Grayscale: #4C4C4C. Windows color (decimal): -13345484 or 3431732. OLE color: 3431732.
HSL color Cylindrical-coordinate representation of color #345D34: hue angle of 120º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D34 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 52 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.64 |
| HSL | 120º | 0.28% | 0.28% | - |
| HSV(B) | 120º | 0.44% | 0.36% | - |
| XYZ | 5.95 | 8.81 | 4.64 | - |
| YUV | 76.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 52 | 0.44 | 0 | 0.44 | 0.64 | 120 | 0.28 | 0.28 |
| Hex | 34 | 5D | 34 | 2C | 0 | 2C | 40 | 78 | 1C | 1C |
| Octal | 64 | 135 | 64 | 54 | 0 | 54 | 100 | 170 | 34 | 34 |
| Binary | 110100 | 1011101 | 110100 | 101100 | 0 | 101100 | 1000000 | 1111000 | 11100 | 11100 |
Color Harmonies of #345D34
Complementary color
Monochromatic Colors of #345D34
Black with #345D34
Text Example
Text Example
White with #345D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D34; }
p { color: rgb(52,93,52); }
H1.HeaderClassName
{
color: #345D34;
}
.AnyTagClassName
{
color: #345D34;
}
</style>
background-color css
<style>
a { background-color: #345D34; }
a { background-color: rgb(52,93,52); }
div.DivClassName
{
background-color: #345D34;
}
.BgClassName
{
background-color: #345D34;
}
</style>
border-color css
<style>
span { border-color: #345D34; }
span { border-color: rgb(52,93,52); }
td.TdClassName
{
border-color: #345D34;
}
.TagClassName
{
border-color: #345D34;
}
</style>