Shades of Palm Leaf #34442E
Tints of Palm Leaf #34442E
RGB
CMYK
RGB Variations
Color information
#34442E (or 0x34442E) is known color: Palm Leaf. HEX triplet: 34, 44 and 2E. RGB value is (52,68,46). Sum of RGB (Red+Green+Blue) = 52+68+46=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #34442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34442E is #CBBBD1. Grayscale: #3C3C3C. Windows color (decimal): -13351890 or 3032116. OLE color: 3032116.
HSL color Cylindrical-coordinate representation of color #34442E: hue angle of 103.64º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34442E is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 46 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.73 |
| HSL | 103.64º | 0.19% | 0.22% | - |
| HSV(B) | 103.64º | 0.32% | 0.27% | - |
| XYZ | 3.98 | 5.06 | 3.35 | - |
| YUV | 60.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 46 | 0.24 | 0 | 0.32 | 0.73 | 103.64 | 0.19 | 0.22 |
| Hex | 34 | 44 | 2E | 18 | 0 | 20 | 49 | 68 | 13 | 16 |
| Octal | 64 | 104 | 56 | 30 | 0 | 40 | 111 | 150 | 23 | 26 |
| Binary | 110100 | 1000100 | 101110 | 11000 | 0 | 100000 | 1001001 | 1101000 | 10011 | 10110 |
Color Harmonies of #34442E
Complementary color
Monochromatic Colors of #34442E
Black with #34442E
Text Example
Text Example
White with #34442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34442E; }
p { color: rgb(52,68,46); }
H1.HeaderClassName
{
color: #34442E;
}
.AnyTagClassName
{
color: #34442E;
}
</style>
background-color css
<style>
a { background-color: #34442E; }
a { background-color: rgb(52,68,46); }
div.DivClassName
{
background-color: #34442E;
}
.BgClassName
{
background-color: #34442E;
}
</style>
border-color css
<style>
span { border-color: #34442E; }
span { border-color: rgb(52,68,46); }
td.TdClassName
{
border-color: #34442E;
}
.TagClassName
{
border-color: #34442E;
}
</style>