Shades of Parsley #345735
Tints of Parsley #345735
RGB
CMYK
RGB Variations
Color information
#345735 (or 0x345735) is known color: Parsley. HEX triplet: 34, 57 and 35. RGB value is (52,87,53). Sum of RGB (Red+Green+Blue) = 52+87+53=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #345735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345735 is #CBA8CA. Grayscale: #484848. Windows color (decimal): -13347019 or 3495732. OLE color: 3495732.
HSL color Cylindrical-coordinate representation of color #345735: hue angle of 121.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345735 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 53 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.66 |
| HSL | 121.71º | 0.25% | 0.27% | - |
| HSV(B) | 121.71º | 0.4% | 0.34% | - |
| XYZ | 5.47 | 7.8 | 4.59 | - |
| YUV | 72.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 53 | 0.40 | 0 | 0.39 | 0.66 | 121.71 | 0.25 | 0.27 |
| Hex | 34 | 57 | 35 | 28 | 0 | 27 | 42 | 7A | 19 | 1B |
| Octal | 64 | 127 | 65 | 50 | 0 | 47 | 102 | 172 | 31 | 33 |
| Binary | 110100 | 1010111 | 110101 | 101000 | 0 | 100111 | 1000010 | 1111010 | 11001 | 11011 |
Color Harmonies of #345735
Complementary color
Monochromatic Colors of #345735
Black with #345735
Text Example
Text Example
White with #345735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345735; }
p { color: rgb(52,87,53); }
H1.HeaderClassName
{
color: #345735;
}
.AnyTagClassName
{
color: #345735;
}
</style>
background-color css
<style>
a { background-color: #345735; }
a { background-color: rgb(52,87,53); }
div.DivClassName
{
background-color: #345735;
}
.BgClassName
{
background-color: #345735;
}
</style>
border-color css
<style>
span { border-color: #345735; }
span { border-color: rgb(52,87,53); }
td.TdClassName
{
border-color: #345735;
}
.TagClassName
{
border-color: #345735;
}
</style>