Shades of Parsley #345137
Tints of Parsley #345137
RGB
CMYK
RGB Variations
Color information
#345137 (or 0x345137) is known color: Parsley. HEX triplet: 34, 51 and 37. RGB value is (52,81,55). Sum of RGB (Red+Green+Blue) = 52+81+55=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #345137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345137 is #CBAEC8. Grayscale: #454545. Windows color (decimal): -13348553 or 3625268. OLE color: 3625268.
HSL color Cylindrical-coordinate representation of color #345137: hue angle of 126.21º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345137 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 55 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.68 |
| HSL | 126.21º | 0.22% | 0.26% | - |
| HSV(B) | 126.21º | 0.36% | 0.32% | - |
| XYZ | 5.05 | 6.89 | 4.68 | - |
| YUV | 69.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 55 | 0.36 | 0 | 0.32 | 0.68 | 126.21 | 0.22 | 0.26 |
| Hex | 34 | 51 | 37 | 24 | 0 | 20 | 44 | 7E | 16 | 1A |
| Octal | 64 | 121 | 67 | 44 | 0 | 40 | 104 | 176 | 26 | 32 |
| Binary | 110100 | 1010001 | 110111 | 100100 | 0 | 100000 | 1000100 | 1111110 | 10110 | 11010 |
Color Harmonies of #345137
Complementary color
Monochromatic Colors of #345137
Black with #345137
Text Example
Text Example
White with #345137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345137; }
p { color: rgb(52,81,55); }
H1.HeaderClassName
{
color: #345137;
}
.AnyTagClassName
{
color: #345137;
}
</style>
background-color css
<style>
a { background-color: #345137; }
a { background-color: rgb(52,81,55); }
div.DivClassName
{
background-color: #345137;
}
.BgClassName
{
background-color: #345137;
}
</style>
border-color css
<style>
span { border-color: #345137; }
span { border-color: rgb(52,81,55); }
td.TdClassName
{
border-color: #345137;
}
.TagClassName
{
border-color: #345137;
}
</style>