Shades of Palm Leaf #34462F
Tints of Palm Leaf #34462F
RGB
CMYK
RGB Variations
Color information
#34462F (or 0x34462F) is known color: Palm Leaf. HEX triplet: 34, 46 and 2F. RGB value is (52,70,47). Sum of RGB (Red+Green+Blue) = 52+70+47=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #34462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462F is #CBB9D0. Grayscale: #3E3E3E. Windows color (decimal): -13351377 or 3098164. OLE color: 3098164.
HSL color Cylindrical-coordinate representation of color #34462F: hue angle of 106.96º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34462F is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 47 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.73 |
| HSL | 106.96º | 0.2% | 0.23% | - |
| HSV(B) | 106.96º | 0.33% | 0.27% | - |
| XYZ | 4.12 | 5.32 | 3.5 | - |
| YUV | 62 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 47 | 0.26 | 0 | 0.33 | 0.73 | 106.96 | 0.2 | 0.23 |
| Hex | 34 | 46 | 2F | 1A | 0 | 21 | 49 | 6B | 14 | 17 |
| Octal | 64 | 106 | 57 | 32 | 0 | 41 | 111 | 153 | 24 | 27 |
| Binary | 110100 | 1000110 | 101111 | 11010 | 0 | 100001 | 1001001 | 1101011 | 10100 | 10111 |
Color Harmonies of #34462F
Complementary color
Monochromatic Colors of #34462F
Black with #34462F
Text Example
Text Example
White with #34462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34462F; }
p { color: rgb(52,70,47); }
H1.HeaderClassName
{
color: #34462F;
}
.AnyTagClassName
{
color: #34462F;
}
</style>
background-color css
<style>
a { background-color: #34462F; }
a { background-color: rgb(52,70,47); }
div.DivClassName
{
background-color: #34462F;
}
.BgClassName
{
background-color: #34462F;
}
</style>
border-color css
<style>
span { border-color: #34462F; }
span { border-color: rgb(52,70,47); }
td.TdClassName
{
border-color: #34462F;
}
.TagClassName
{
border-color: #34462F;
}
</style>