Shades of Palm Leaf #344630
Tints of Palm Leaf #344630
RGB
CMYK
RGB Variations
Color information
#344630 (or 0x344630) is known color: Palm Leaf. HEX triplet: 34, 46 and 30. RGB value is (52,70,48). Sum of RGB (Red+Green+Blue) = 52+70+48=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #344630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344630 is #CBB9CF. Grayscale: #3E3E3E. Windows color (decimal): -13351376 or 3163700. OLE color: 3163700.
HSL color Cylindrical-coordinate representation of color #344630: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #344630 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 48 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.73 |
| HSL | 109.09º | 0.19% | 0.23% | - |
| HSV(B) | 109.09º | 0.31% | 0.27% | - |
| XYZ | 4.14 | 5.32 | 3.61 | - |
| YUV | 62.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 48 | 0.26 | 0 | 0.31 | 0.73 | 109.09 | 0.19 | 0.23 |
| Hex | 34 | 46 | 30 | 1A | 0 | 1F | 49 | 6D | 13 | 17 |
| Octal | 64 | 106 | 60 | 32 | 0 | 37 | 111 | 155 | 23 | 27 |
| Binary | 110100 | 1000110 | 110000 | 11010 | 0 | 11111 | 1001001 | 1101101 | 10011 | 10111 |
Color Harmonies of #344630
Complementary color
Monochromatic Colors of #344630
Black with #344630
Text Example
Text Example
White with #344630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344630; }
p { color: rgb(52,70,48); }
H1.HeaderClassName
{
color: #344630;
}
.AnyTagClassName
{
color: #344630;
}
</style>
background-color css
<style>
a { background-color: #344630; }
a { background-color: rgb(52,70,48); }
div.DivClassName
{
background-color: #344630;
}
.BgClassName
{
background-color: #344630;
}
</style>
border-color css
<style>
span { border-color: #344630; }
span { border-color: rgb(52,70,48); }
td.TdClassName
{
border-color: #344630;
}
.TagClassName
{
border-color: #344630;
}
</style>