Shades of Palm Leaf #344828
Tints of Palm Leaf #344828
RGB
CMYK
RGB Variations
Color information
#344828 (or 0x344828) is known color: Palm Leaf. HEX triplet: 34, 48 and 28. RGB value is (52,72,40). Sum of RGB (Red+Green+Blue) = 52+72+40=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #344828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344828 is #CBB7D7. Grayscale: #3E3E3E. Windows color (decimal): -13350872 or 2639924. OLE color: 2639924.
HSL color Cylindrical-coordinate representation of color #344828: hue angle of 97.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #344828 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 40 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.72 |
| HSL | 97.5º | 0.29% | 0.22% | - |
| HSV(B) | 97.5º | 0.44% | 0.28% | - |
| XYZ | 4.12 | 5.52 | 2.86 | - |
| YUV | 62.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 40 | 0.28 | 0 | 0.44 | 0.72 | 97.5 | 0.29 | 0.22 |
| Hex | 34 | 48 | 28 | 1C | 0 | 2C | 48 | 62 | 1D | 16 |
| Octal | 64 | 110 | 50 | 34 | 0 | 54 | 110 | 142 | 35 | 26 |
| Binary | 110100 | 1001000 | 101000 | 11100 | 0 | 101100 | 1001000 | 1100010 | 11101 | 10110 |
Color Harmonies of #344828
Complementary color
Monochromatic Colors of #344828
Black with #344828
Text Example
Text Example
White with #344828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344828; }
p { color: rgb(52,72,40); }
H1.HeaderClassName
{
color: #344828;
}
.AnyTagClassName
{
color: #344828;
}
</style>
background-color css
<style>
a { background-color: #344828; }
a { background-color: rgb(52,72,40); }
div.DivClassName
{
background-color: #344828;
}
.BgClassName
{
background-color: #344828;
}
</style>
border-color css
<style>
span { border-color: #344828; }
span { border-color: rgb(52,72,40); }
td.TdClassName
{
border-color: #344828;
}
.TagClassName
{
border-color: #344828;
}
</style>