Shades of Parsley #345136
Tints of Parsley #345136
RGB
CMYK
RGB Variations
Color information
#345136 (or 0x345136) is known color: Parsley. HEX triplet: 34, 51 and 36. RGB value is (52,81,54). Sum of RGB (Red+Green+Blue) = 52+81+54=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #345136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345136 is #CBAEC9. Grayscale: #454545. Windows color (decimal): -13348554 or 3559732. OLE color: 3559732.
HSL color Cylindrical-coordinate representation of color #345136: hue angle of 124.14º 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 #345136 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 54 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.68 |
| HSL | 124.14º | 0.22% | 0.26% | - |
| HSV(B) | 124.14º | 0.36% | 0.32% | - |
| XYZ | 5.02 | 6.88 | 4.55 | - |
| YUV | 69.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 54 | 0.36 | 0 | 0.33 | 0.68 | 124.14 | 0.22 | 0.26 |
| Hex | 34 | 51 | 36 | 24 | 0 | 21 | 44 | 7C | 16 | 1A |
| Octal | 64 | 121 | 66 | 44 | 0 | 41 | 104 | 174 | 26 | 32 |
| Binary | 110100 | 1010001 | 110110 | 100100 | 0 | 100001 | 1000100 | 1111100 | 10110 | 11010 |
Color Harmonies of #345136
Complementary color
Monochromatic Colors of #345136
Black with #345136
Text Example
Text Example
White with #345136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345136; }
p { color: rgb(52,81,54); }
H1.HeaderClassName
{
color: #345136;
}
.AnyTagClassName
{
color: #345136;
}
</style>
background-color css
<style>
a { background-color: #345136; }
a { background-color: rgb(52,81,54); }
div.DivClassName
{
background-color: #345136;
}
.BgClassName
{
background-color: #345136;
}
</style>
border-color css
<style>
span { border-color: #345136; }
span { border-color: rgb(52,81,54); }
td.TdClassName
{
border-color: #345136;
}
.TagClassName
{
border-color: #345136;
}
</style>