Shades of Palm Leaf #34402E
Tints of Palm Leaf #34402E
RGB
CMYK
RGB Variations
Color information
#34402E (or 0x34402E) is known color: Palm Leaf. HEX triplet: 34, 40 and 2E. RGB value is (52,64,46). Sum of RGB (Red+Green+Blue) = 52+64+46=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #34402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34402E is #CBBFD1. Grayscale: #3A3A3A. Windows color (decimal): -13352914 or 3031092. OLE color: 3031092.
HSL color Cylindrical-coordinate representation of color #34402E: hue angle of 100º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34402E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 46 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.75 |
| HSL | 100º | 0.16% | 0.22% | - |
| HSV(B) | 100º | 0.28% | 0.25% | - |
| XYZ | 3.74 | 4.59 | 3.27 | - |
| YUV | 58.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 46 | 0.19 | 0 | 0.28 | 0.75 | 100 | 0.16 | 0.22 |
| Hex | 34 | 40 | 2E | 13 | 0 | 1C | 4B | 64 | 10 | 16 |
| Octal | 64 | 100 | 56 | 23 | 0 | 34 | 113 | 144 | 20 | 26 |
| Binary | 110100 | 1000000 | 101110 | 10011 | 0 | 11100 | 1001011 | 1100100 | 10000 | 10110 |
Color Harmonies of #34402E
Complementary color
Monochromatic Colors of #34402E
Black with #34402E
Text Example
Text Example
White with #34402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34402E; }
p { color: rgb(52,64,46); }
H1.HeaderClassName
{
color: #34402E;
}
.AnyTagClassName
{
color: #34402E;
}
</style>
background-color css
<style>
a { background-color: #34402E; }
a { background-color: rgb(52,64,46); }
div.DivClassName
{
background-color: #34402E;
}
.BgClassName
{
background-color: #34402E;
}
</style>
border-color css
<style>
span { border-color: #34402E; }
span { border-color: rgb(52,64,46); }
td.TdClassName
{
border-color: #34402E;
}
.TagClassName
{
border-color: #34402E;
}
</style>