Shades of Palm Leaf #344B28
Tints of Palm Leaf #344B28
RGB
CMYK
RGB Variations
Color information
#344B28 (or 0x344B28) is known color: Palm Leaf. HEX triplet: 34, 4B and 28. RGB value is (52,75,40). Sum of RGB (Red+Green+Blue) = 52+75+40=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #344B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B28 is #CBB4D7. Grayscale: #404040. Windows color (decimal): -13350104 or 2640692. OLE color: 2640692.
HSL color Cylindrical-coordinate representation of color #344B28: hue angle of 99.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344B28 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 40 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.71 |
| HSL | 99.43º | 0.3% | 0.23% | - |
| HSV(B) | 99.43º | 0.47% | 0.29% | - |
| XYZ | 4.32 | 5.92 | 2.92 | - |
| YUV | 64.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 40 | 0.31 | 0 | 0.47 | 0.71 | 99.43 | 0.3 | 0.23 |
| Hex | 34 | 4B | 28 | 1F | 0 | 2F | 47 | 63 | 1E | 17 |
| Octal | 64 | 113 | 50 | 37 | 0 | 57 | 107 | 143 | 36 | 27 |
| Binary | 110100 | 1001011 | 101000 | 11111 | 0 | 101111 | 1000111 | 1100011 | 11110 | 10111 |
Color Harmonies of #344B28
Complementary color
Monochromatic Colors of #344B28
Black with #344B28
Text Example
Text Example
White with #344B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B28; }
p { color: rgb(52,75,40); }
H1.HeaderClassName
{
color: #344B28;
}
.AnyTagClassName
{
color: #344B28;
}
</style>
background-color css
<style>
a { background-color: #344B28; }
a { background-color: rgb(52,75,40); }
div.DivClassName
{
background-color: #344B28;
}
.BgClassName
{
background-color: #344B28;
}
</style>
border-color css
<style>
span { border-color: #344B28; }
span { border-color: rgb(52,75,40); }
td.TdClassName
{
border-color: #344B28;
}
.TagClassName
{
border-color: #344B28;
}
</style>