Shades of Palm Leaf #344A2D
Tints of Palm Leaf #344A2D
RGB
CMYK
RGB Variations
Color information
#344A2D (or 0x344A2D) is known color: Palm Leaf. HEX triplet: 34, 4A and 2D. RGB value is (52,74,45). Sum of RGB (Red+Green+Blue) = 52+74+45=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #344A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A2D is #CBB5D2. Grayscale: #404040. Windows color (decimal): -13350355 or 2968116. OLE color: 2968116.
HSL color Cylindrical-coordinate representation of color #344A2D: hue angle of 105.52º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344A2D is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 45 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.71 |
| HSL | 105.52º | 0.24% | 0.23% | - |
| HSV(B) | 105.52º | 0.39% | 0.29% | - |
| XYZ | 4.34 | 5.82 | 3.38 | - |
| YUV | 64.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 45 | 0.30 | 0 | 0.39 | 0.71 | 105.52 | 0.24 | 0.23 |
| Hex | 34 | 4A | 2D | 1E | 0 | 27 | 47 | 6A | 18 | 17 |
| Octal | 64 | 112 | 55 | 36 | 0 | 47 | 107 | 152 | 30 | 27 |
| Binary | 110100 | 1001010 | 101101 | 11110 | 0 | 100111 | 1000111 | 1101010 | 11000 | 10111 |
Color Harmonies of #344A2D
Complementary color
Monochromatic Colors of #344A2D
Black with #344A2D
Text Example
Text Example
White with #344A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A2D; }
p { color: rgb(52,74,45); }
H1.HeaderClassName
{
color: #344A2D;
}
.AnyTagClassName
{
color: #344A2D;
}
</style>
background-color css
<style>
a { background-color: #344A2D; }
a { background-color: rgb(52,74,45); }
div.DivClassName
{
background-color: #344A2D;
}
.BgClassName
{
background-color: #344A2D;
}
</style>
border-color css
<style>
span { border-color: #344A2D; }
span { border-color: rgb(52,74,45); }
td.TdClassName
{
border-color: #344A2D;
}
.TagClassName
{
border-color: #344A2D;
}
</style>