Shades of Palm Leaf #344E23
Tints of Palm Leaf #344E23
RGB
CMYK
RGB Variations
Color information
#344E23 (or 0x344E23) is known color: Palm Leaf. HEX triplet: 34, 4E and 23. RGB value is (52,78,35). Sum of RGB (Red+Green+Blue) = 52+78+35=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #344E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E23 is #CBB1DC. Grayscale: #414141. Windows color (decimal): -13349341 or 2313780. OLE color: 2313780.
HSL color Cylindrical-coordinate representation of color #344E23: hue angle of 96.28º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344E23 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 35 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.69 |
| HSL | 96.28º | 0.38% | 0.22% | - |
| HSV(B) | 96.28º | 0.55% | 0.31% | - |
| XYZ | 4.44 | 6.3 | 2.57 | - |
| YUV | 65.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 35 | 0.33 | 0 | 0.55 | 0.69 | 96.28 | 0.38 | 0.22 |
| Hex | 34 | 4E | 23 | 21 | 0 | 37 | 45 | 60 | 26 | 16 |
| Octal | 64 | 116 | 43 | 41 | 0 | 67 | 105 | 140 | 46 | 26 |
| Binary | 110100 | 1001110 | 100011 | 100001 | 0 | 110111 | 1000101 | 1100000 | 100110 | 10110 |
Color Harmonies of #344E23
Complementary color
Monochromatic Colors of #344E23
Black with #344E23
Text Example
Text Example
White with #344E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E23; }
p { color: rgb(52,78,35); }
H1.HeaderClassName
{
color: #344E23;
}
.AnyTagClassName
{
color: #344E23;
}
</style>
background-color css
<style>
a { background-color: #344E23; }
a { background-color: rgb(52,78,35); }
div.DivClassName
{
background-color: #344E23;
}
.BgClassName
{
background-color: #344E23;
}
</style>
border-color css
<style>
span { border-color: #344E23; }
span { border-color: rgb(52,78,35); }
td.TdClassName
{
border-color: #344E23;
}
.TagClassName
{
border-color: #344E23;
}
</style>