Shades of Palm Leaf #34462E
Tints of Palm Leaf #34462E
RGB
CMYK
RGB Variations
Color information
#34462E (or 0x34462E) is known color: Palm Leaf. HEX triplet: 34, 46 and 2E. RGB value is (52,70,46). Sum of RGB (Red+Green+Blue) = 52+70+46=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #34462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462E is #CBB9D1. Grayscale: #3D3D3D. Windows color (decimal): -13351378 or 3032628. OLE color: 3032628.
HSL color Cylindrical-coordinate representation of color #34462E: hue angle of 105º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34462E is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 46 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.73 |
| HSL | 105º | 0.21% | 0.23% | - |
| HSV(B) | 105º | 0.34% | 0.27% | - |
| XYZ | 4.1 | 5.31 | 3.39 | - |
| YUV | 61.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 46 | 0.26 | 0 | 0.34 | 0.73 | 105 | 0.21 | 0.23 |
| Hex | 34 | 46 | 2E | 1A | 0 | 22 | 49 | 69 | 15 | 17 |
| Octal | 64 | 106 | 56 | 32 | 0 | 42 | 111 | 151 | 25 | 27 |
| Binary | 110100 | 1000110 | 101110 | 11010 | 0 | 100010 | 1001001 | 1101001 | 10101 | 10111 |
Color Harmonies of #34462E
Complementary color
Monochromatic Colors of #34462E
Black with #34462E
Text Example
Text Example
White with #34462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34462E; }
p { color: rgb(52,70,46); }
H1.HeaderClassName
{
color: #34462E;
}
.AnyTagClassName
{
color: #34462E;
}
</style>
background-color css
<style>
a { background-color: #34462E; }
a { background-color: rgb(52,70,46); }
div.DivClassName
{
background-color: #34462E;
}
.BgClassName
{
background-color: #34462E;
}
</style>
border-color css
<style>
span { border-color: #34462E; }
span { border-color: rgb(52,70,46); }
td.TdClassName
{
border-color: #34462E;
}
.TagClassName
{
border-color: #34462E;
}
</style>