Shades of Palm Leaf #34512F
Tints of Palm Leaf #34512F
RGB
CMYK
RGB Variations
Color information
#34512F (or 0x34512F) is known color: Palm Leaf. HEX triplet: 34, 51 and 2F. RGB value is (52,81,47). Sum of RGB (Red+Green+Blue) = 52+81+47=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #34512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34512F is #CBAED0. Grayscale: #444444. Windows color (decimal): -13348561 or 3100980. OLE color: 3100980.
HSL color Cylindrical-coordinate representation of color #34512F: hue angle of 111.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34512F is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 47 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.68 |
| HSL | 111.18º | 0.27% | 0.25% | - |
| HSV(B) | 111.18º | 0.42% | 0.32% | - |
| XYZ | 4.87 | 6.82 | 3.75 | - |
| YUV | 68.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 47 | 0.36 | 0 | 0.42 | 0.68 | 111.18 | 0.27 | 0.25 |
| Hex | 34 | 51 | 2F | 24 | 0 | 2A | 44 | 6F | 1B | 19 |
| Octal | 64 | 121 | 57 | 44 | 0 | 52 | 104 | 157 | 33 | 31 |
| Binary | 110100 | 1010001 | 101111 | 100100 | 0 | 101010 | 1000100 | 1101111 | 11011 | 11001 |
Color Harmonies of #34512F
Complementary color
Monochromatic Colors of #34512F
Black with #34512F
Text Example
Text Example
White with #34512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34512F; }
p { color: rgb(52,81,47); }
H1.HeaderClassName
{
color: #34512F;
}
.AnyTagClassName
{
color: #34512F;
}
</style>
background-color css
<style>
a { background-color: #34512F; }
a { background-color: rgb(52,81,47); }
div.DivClassName
{
background-color: #34512F;
}
.BgClassName
{
background-color: #34512F;
}
</style>
border-color css
<style>
span { border-color: #34512F; }
span { border-color: rgb(52,81,47); }
td.TdClassName
{
border-color: #34512F;
}
.TagClassName
{
border-color: #34512F;
}
</style>