Shades of Palm Leaf #34561A
Tints of Palm Leaf #34561A
RGB
CMYK
RGB Variations
Color information
#34561A (or 0x34561A) is known color: Palm Leaf. HEX triplet: 34, 56 and 1A. RGB value is (52,86,26). Sum of RGB (Red+Green+Blue) = 52+86+26=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #34561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34561A is #CBA9E5. Grayscale: #454545. Windows color (decimal): -13347302 or 1726004. OLE color: 1726004.
HSL color Cylindrical-coordinate representation of color #34561A: hue angle of 94º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34561A is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 26 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.66 |
| HSL | 94º | 0.54% | 0.22% | - |
| HSV(B) | 94º | 0.7% | 0.34% | - |
| XYZ | 4.93 | 7.46 | 2.16 | - |
| YUV | 68.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 26 | 0.40 | 0 | 0.70 | 0.66 | 94 | 0.54 | 0.22 |
| Hex | 34 | 56 | 1A | 28 | 0 | 46 | 42 | 5E | 36 | 16 |
| Octal | 64 | 126 | 32 | 50 | 0 | 106 | 102 | 136 | 66 | 26 |
| Binary | 110100 | 1010110 | 11010 | 101000 | 0 | 1000110 | 1000010 | 1011110 | 110110 | 10110 |
Color Harmonies of #34561A
Complementary color
Monochromatic Colors of #34561A
Black with #34561A
Text Example
Text Example
White with #34561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34561A; }
p { color: rgb(52,86,26); }
H1.HeaderClassName
{
color: #34561A;
}
.AnyTagClassName
{
color: #34561A;
}
</style>
background-color css
<style>
a { background-color: #34561A; }
a { background-color: rgb(52,86,26); }
div.DivClassName
{
background-color: #34561A;
}
.BgClassName
{
background-color: #34561A;
}
</style>
border-color css
<style>
span { border-color: #34561A; }
span { border-color: rgb(52,86,26); }
td.TdClassName
{
border-color: #34561A;
}
.TagClassName
{
border-color: #34561A;
}
</style>