Shades of Palm Leaf #34512E
Tints of Palm Leaf #34512E
RGB
CMYK
RGB Variations
Color information
#34512E (or 0x34512E) is known color: Palm Leaf. HEX triplet: 34, 51 and 2E. RGB value is (52,81,46). Sum of RGB (Red+Green+Blue) = 52+81+46=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #34512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34512E is #CBAED1. Grayscale: #444444. Windows color (decimal): -13348562 or 3035444. OLE color: 3035444.
HSL color Cylindrical-coordinate representation of color #34512E: hue angle of 109.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34512E is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 46 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.68 |
| HSL | 109.71º | 0.28% | 0.25% | - |
| HSV(B) | 109.71º | 0.43% | 0.32% | - |
| XYZ | 4.85 | 6.81 | 3.64 | - |
| YUV | 68.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 46 | 0.36 | 0 | 0.43 | 0.68 | 109.71 | 0.28 | 0.25 |
| Hex | 34 | 51 | 2E | 24 | 0 | 2B | 44 | 6E | 1C | 19 |
| Octal | 64 | 121 | 56 | 44 | 0 | 53 | 104 | 156 | 34 | 31 |
| Binary | 110100 | 1010001 | 101110 | 100100 | 0 | 101011 | 1000100 | 1101110 | 11100 | 11001 |
Color Harmonies of #34512E
Complementary color
Monochromatic Colors of #34512E
Black with #34512E
Text Example
Text Example
White with #34512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34512E; }
p { color: rgb(52,81,46); }
H1.HeaderClassName
{
color: #34512E;
}
.AnyTagClassName
{
color: #34512E;
}
</style>
background-color css
<style>
a { background-color: #34512E; }
a { background-color: rgb(52,81,46); }
div.DivClassName
{
background-color: #34512E;
}
.BgClassName
{
background-color: #34512E;
}
</style>
border-color css
<style>
span { border-color: #34512E; }
span { border-color: rgb(52,81,46); }
td.TdClassName
{
border-color: #34512E;
}
.TagClassName
{
border-color: #34512E;
}
</style>