Shades of Parsley #345637
Tints of Parsley #345637
RGB
CMYK
RGB Variations
Color information
#345637 (or 0x345637) is known color: Parsley. HEX triplet: 34, 56 and 37. RGB value is (52,86,55). Sum of RGB (Red+Green+Blue) = 52+86+55=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #345637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345637 is #CBA9C8. Grayscale: #484848. Windows color (decimal): -13347273 or 3626548. OLE color: 3626548.
HSL color Cylindrical-coordinate representation of color #345637: hue angle of 125.29º 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 #345637 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 55 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.66 |
| HSL | 125.29º | 0.25% | 0.27% | - |
| HSV(B) | 125.29º | 0.4% | 0.34% | - |
| XYZ | 5.43 | 7.66 | 4.81 | - |
| YUV | 72.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 55 | 0.40 | 0 | 0.36 | 0.66 | 125.29 | 0.25 | 0.27 |
| Hex | 34 | 56 | 37 | 28 | 0 | 24 | 42 | 7D | 19 | 1B |
| Octal | 64 | 126 | 67 | 50 | 0 | 44 | 102 | 175 | 31 | 33 |
| Binary | 110100 | 1010110 | 110111 | 101000 | 0 | 100100 | 1000010 | 1111101 | 11001 | 11011 |
Color Harmonies of #345637
Complementary color
Monochromatic Colors of #345637
Black with #345637
Text Example
Text Example
White with #345637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345637; }
p { color: rgb(52,86,55); }
H1.HeaderClassName
{
color: #345637;
}
.AnyTagClassName
{
color: #345637;
}
</style>
background-color css
<style>
a { background-color: #345637; }
a { background-color: rgb(52,86,55); }
div.DivClassName
{
background-color: #345637;
}
.BgClassName
{
background-color: #345637;
}
</style>
border-color css
<style>
span { border-color: #345637; }
span { border-color: rgb(52,86,55); }
td.TdClassName
{
border-color: #345637;
}
.TagClassName
{
border-color: #345637;
}
</style>