Shades of Palm Leaf #34462C
Tints of Palm Leaf #34462C
RGB
CMYK
RGB Variations
Color information
#34462C (or 0x34462C) is known color: Palm Leaf. HEX triplet: 34, 46 and 2C. RGB value is (52,70,44). Sum of RGB (Red+Green+Blue) = 52+70+44=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #34462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462C is #CBB9D3. Grayscale: #3D3D3D. Windows color (decimal): -13351380 or 2901556. OLE color: 2901556.
HSL color Cylindrical-coordinate representation of color #34462C: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34462C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 44 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.73 |
| HSL | 101.54º | 0.23% | 0.22% | - |
| HSV(B) | 101.54º | 0.37% | 0.27% | - |
| XYZ | 4.06 | 5.29 | 3.19 | - |
| YUV | 61.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 44 | 0.26 | 0 | 0.37 | 0.73 | 101.54 | 0.23 | 0.22 |
| Hex | 34 | 46 | 2C | 1A | 0 | 25 | 49 | 66 | 17 | 16 |
| Octal | 64 | 106 | 54 | 32 | 0 | 45 | 111 | 146 | 27 | 26 |
| Binary | 110100 | 1000110 | 101100 | 11010 | 0 | 100101 | 1001001 | 1100110 | 10111 | 10110 |
Color Harmonies of #34462C
Complementary color
Monochromatic Colors of #34462C
Black with #34462C
Text Example
Text Example
White with #34462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34462C; }
p { color: rgb(52,70,44); }
H1.HeaderClassName
{
color: #34462C;
}
.AnyTagClassName
{
color: #34462C;
}
</style>
background-color css
<style>
a { background-color: #34462C; }
a { background-color: rgb(52,70,44); }
div.DivClassName
{
background-color: #34462C;
}
.BgClassName
{
background-color: #34462C;
}
</style>
border-color css
<style>
span { border-color: #34462C; }
span { border-color: rgb(52,70,44); }
td.TdClassName
{
border-color: #34462C;
}
.TagClassName
{
border-color: #34462C;
}
</style>