Shades of Palm Leaf #344A31
Tints of Palm Leaf #344A31
RGB
CMYK
RGB Variations
Color information
#344A31 (or 0x344A31) is known color: Palm Leaf. HEX triplet: 34, 4A and 31. RGB value is (52,74,49). Sum of RGB (Red+Green+Blue) = 52+74+49=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #344A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A31 is #CBB5CE. Grayscale: #404040. Windows color (decimal): -13350351 or 3230260. OLE color: 3230260.
HSL color Cylindrical-coordinate representation of color #344A31: hue angle of 112.8º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #344A31 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 49 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.71 |
| HSL | 112.8º | 0.2% | 0.24% | - |
| HSV(B) | 112.8º | 0.34% | 0.29% | - |
| XYZ | 4.42 | 5.85 | 3.8 | - |
| YUV | 64.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 49 | 0.30 | 0 | 0.34 | 0.71 | 112.8 | 0.2 | 0.24 |
| Hex | 34 | 4A | 31 | 1E | 0 | 22 | 47 | 71 | 14 | 18 |
| Octal | 64 | 112 | 61 | 36 | 0 | 42 | 107 | 161 | 24 | 30 |
| Binary | 110100 | 1001010 | 110001 | 11110 | 0 | 100010 | 1000111 | 1110001 | 10100 | 11000 |
Color Harmonies of #344A31
Complementary color
Monochromatic Colors of #344A31
Black with #344A31
Text Example
Text Example
White with #344A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A31; }
p { color: rgb(52,74,49); }
H1.HeaderClassName
{
color: #344A31;
}
.AnyTagClassName
{
color: #344A31;
}
</style>
background-color css
<style>
a { background-color: #344A31; }
a { background-color: rgb(52,74,49); }
div.DivClassName
{
background-color: #344A31;
}
.BgClassName
{
background-color: #344A31;
}
</style>
border-color css
<style>
span { border-color: #344A31; }
span { border-color: rgb(52,74,49); }
td.TdClassName
{
border-color: #344A31;
}
.TagClassName
{
border-color: #344A31;
}
</style>