Shades of Palm Leaf #344C2F
Tints of Palm Leaf #344C2F
RGB
CMYK
RGB Variations
Color information
#344C2F (or 0x344C2F) is known color: Palm Leaf. HEX triplet: 34, 4C and 2F. RGB value is (52,76,47). Sum of RGB (Red+Green+Blue) = 52+76+47=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #344C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C2F is #CBB3D0. Grayscale: #414141. Windows color (decimal): -13349841 or 3099700. OLE color: 3099700.
HSL color Cylindrical-coordinate representation of color #344C2F: hue angle of 109.66º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344C2F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 47 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.70 |
| HSL | 109.66º | 0.24% | 0.24% | - |
| HSV(B) | 109.66º | 0.38% | 0.3% | - |
| XYZ | 4.51 | 6.1 | 3.63 | - |
| YUV | 65.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 47 | 0.32 | 0 | 0.38 | 0.70 | 109.66 | 0.24 | 0.24 |
| Hex | 34 | 4C | 2F | 20 | 0 | 26 | 46 | 6E | 18 | 18 |
| Octal | 64 | 114 | 57 | 40 | 0 | 46 | 106 | 156 | 30 | 30 |
| Binary | 110100 | 1001100 | 101111 | 100000 | 0 | 100110 | 1000110 | 1101110 | 11000 | 11000 |
Color Harmonies of #344C2F
Complementary color
Monochromatic Colors of #344C2F
Black with #344C2F
Text Example
Text Example
White with #344C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C2F; }
p { color: rgb(52,76,47); }
H1.HeaderClassName
{
color: #344C2F;
}
.AnyTagClassName
{
color: #344C2F;
}
</style>
background-color css
<style>
a { background-color: #344C2F; }
a { background-color: rgb(52,76,47); }
div.DivClassName
{
background-color: #344C2F;
}
.BgClassName
{
background-color: #344C2F;
}
</style>
border-color css
<style>
span { border-color: #344C2F; }
span { border-color: rgb(52,76,47); }
td.TdClassName
{
border-color: #344C2F;
}
.TagClassName
{
border-color: #344C2F;
}
</style>