Shades of Parsley #345235
Tints of Parsley #345235
RGB
CMYK
RGB Variations
Color information
#345235 (or 0x345235) is known color: Parsley. HEX triplet: 34, 52 and 35. RGB value is (52,82,53). Sum of RGB (Red+Green+Blue) = 52+82+53=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #345235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345235 is #CBADCA. Grayscale: #454545. Windows color (decimal): -13348299 or 3494452. OLE color: 3494452.
HSL color Cylindrical-coordinate representation of color #345235: hue angle of 122º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345235 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 53 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.68 |
| HSL | 122º | 0.22% | 0.26% | - |
| HSV(B) | 122º | 0.37% | 0.32% | - |
| XYZ | 5.08 | 7.02 | 4.46 | - |
| YUV | 69.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 53 | 0.37 | 0 | 0.35 | 0.68 | 122 | 0.22 | 0.26 |
| Hex | 34 | 52 | 35 | 25 | 0 | 23 | 44 | 7A | 16 | 1A |
| Octal | 64 | 122 | 65 | 45 | 0 | 43 | 104 | 172 | 26 | 32 |
| Binary | 110100 | 1010010 | 110101 | 100101 | 0 | 100011 | 1000100 | 1111010 | 10110 | 11010 |
Color Harmonies of #345235
Complementary color
Monochromatic Colors of #345235
Black with #345235
Text Example
Text Example
White with #345235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345235; }
p { color: rgb(52,82,53); }
H1.HeaderClassName
{
color: #345235;
}
.AnyTagClassName
{
color: #345235;
}
</style>
background-color css
<style>
a { background-color: #345235; }
a { background-color: rgb(52,82,53); }
div.DivClassName
{
background-color: #345235;
}
.BgClassName
{
background-color: #345235;
}
</style>
border-color css
<style>
span { border-color: #345235; }
span { border-color: rgb(52,82,53); }
td.TdClassName
{
border-color: #345235;
}
.TagClassName
{
border-color: #345235;
}
</style>