Shades of Palm Leaf #344B25
Tints of Palm Leaf #344B25
RGB
CMYK
RGB Variations
Color information
#344B25 (or 0x344B25) is known color: Palm Leaf. HEX triplet: 34, 4B and 25. RGB value is (52,75,37). Sum of RGB (Red+Green+Blue) = 52+75+37=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #344B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B25 is #CBB4DA. Grayscale: #3F3F3F. Windows color (decimal): -13350107 or 2444084. OLE color: 2444084.
HSL color Cylindrical-coordinate representation of color #344B25: hue angle of 96.32º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #344B25 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 37 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.71 |
| HSL | 96.32º | 0.34% | 0.22% | - |
| HSV(B) | 96.32º | 0.51% | 0.29% | - |
| XYZ | 4.27 | 5.9 | 2.66 | - |
| YUV | 63.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 37 | 0.31 | 0 | 0.51 | 0.71 | 96.32 | 0.34 | 0.22 |
| Hex | 34 | 4B | 25 | 1F | 0 | 33 | 47 | 60 | 22 | 16 |
| Octal | 64 | 113 | 45 | 37 | 0 | 63 | 107 | 140 | 42 | 26 |
| Binary | 110100 | 1001011 | 100101 | 11111 | 0 | 110011 | 1000111 | 1100000 | 100010 | 10110 |
Color Harmonies of #344B25
Complementary color
Monochromatic Colors of #344B25
Black with #344B25
Text Example
Text Example
White with #344B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B25; }
p { color: rgb(52,75,37); }
H1.HeaderClassName
{
color: #344B25;
}
.AnyTagClassName
{
color: #344B25;
}
</style>
background-color css
<style>
a { background-color: #344B25; }
a { background-color: rgb(52,75,37); }
div.DivClassName
{
background-color: #344B25;
}
.BgClassName
{
background-color: #344B25;
}
</style>
border-color css
<style>
span { border-color: #344B25; }
span { border-color: rgb(52,75,37); }
td.TdClassName
{
border-color: #344B25;
}
.TagClassName
{
border-color: #344B25;
}
</style>