Shades of Palm Leaf #344C27
Tints of Palm Leaf #344C27
RGB
CMYK
RGB Variations
Color information
#344C27 (or 0x344C27) is known color: Palm Leaf. HEX triplet: 34, 4C and 27. RGB value is (52,76,39). Sum of RGB (Red+Green+Blue) = 52+76+39=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #344C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C27 is #CBB3D8. Grayscale: #404040. Windows color (decimal): -13349849 or 2575412. OLE color: 2575412.
HSL color Cylindrical-coordinate representation of color #344C27: hue angle of 98.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #344C27 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 39 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.70 |
| HSL | 98.92º | 0.32% | 0.23% | - |
| HSV(B) | 98.92º | 0.49% | 0.3% | - |
| XYZ | 4.37 | 6.05 | 2.86 | - |
| YUV | 64.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 39 | 0.32 | 0 | 0.49 | 0.70 | 98.92 | 0.32 | 0.23 |
| Hex | 34 | 4C | 27 | 20 | 0 | 31 | 46 | 63 | 20 | 17 |
| Octal | 64 | 114 | 47 | 40 | 0 | 61 | 106 | 143 | 40 | 27 |
| Binary | 110100 | 1001100 | 100111 | 100000 | 0 | 110001 | 1000110 | 1100011 | 100000 | 10111 |
Color Harmonies of #344C27
Complementary color
Monochromatic Colors of #344C27
Black with #344C27
Text Example
Text Example
White with #344C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C27; }
p { color: rgb(52,76,39); }
H1.HeaderClassName
{
color: #344C27;
}
.AnyTagClassName
{
color: #344C27;
}
</style>
background-color css
<style>
a { background-color: #344C27; }
a { background-color: rgb(52,76,39); }
div.DivClassName
{
background-color: #344C27;
}
.BgClassName
{
background-color: #344C27;
}
</style>
border-color css
<style>
span { border-color: #344C27; }
span { border-color: rgb(52,76,39); }
td.TdClassName
{
border-color: #344C27;
}
.TagClassName
{
border-color: #344C27;
}
</style>