Shades of Palm Leaf #344E2C
Tints of Palm Leaf #344E2C
RGB
CMYK
RGB Variations
Color information
#344E2C (or 0x344E2C) is known color: Palm Leaf. HEX triplet: 34, 4E and 2C. RGB value is (52,78,44). Sum of RGB (Red+Green+Blue) = 52+78+44=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #344E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E2C is #CBB1D3. Grayscale: #424242. Windows color (decimal): -13349332 or 2903604. OLE color: 2903604.
HSL color Cylindrical-coordinate representation of color #344E2C: hue angle of 105.88º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #344E2C is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 44 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.69 |
| HSL | 105.88º | 0.28% | 0.24% | - |
| HSV(B) | 105.88º | 0.44% | 0.31% | - |
| XYZ | 4.6 | 6.36 | 3.37 | - |
| YUV | 66.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 44 | 0.33 | 0 | 0.44 | 0.69 | 105.88 | 0.28 | 0.24 |
| Hex | 34 | 4E | 2C | 21 | 0 | 2C | 45 | 6A | 1C | 18 |
| Octal | 64 | 116 | 54 | 41 | 0 | 54 | 105 | 152 | 34 | 30 |
| Binary | 110100 | 1001110 | 101100 | 100001 | 0 | 101100 | 1000101 | 1101010 | 11100 | 11000 |
Color Harmonies of #344E2C
Complementary color
Monochromatic Colors of #344E2C
Black with #344E2C
Text Example
Text Example
White with #344E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E2C; }
p { color: rgb(52,78,44); }
H1.HeaderClassName
{
color: #344E2C;
}
.AnyTagClassName
{
color: #344E2C;
}
</style>
background-color css
<style>
a { background-color: #344E2C; }
a { background-color: rgb(52,78,44); }
div.DivClassName
{
background-color: #344E2C;
}
.BgClassName
{
background-color: #344E2C;
}
</style>
border-color css
<style>
span { border-color: #344E2C; }
span { border-color: rgb(52,78,44); }
td.TdClassName
{
border-color: #344E2C;
}
.TagClassName
{
border-color: #344E2C;
}
</style>