Shades of Palm Leaf #344530
Tints of Palm Leaf #344530
RGB
CMYK
RGB Variations
Color information
#344530 (or 0x344530) is known color: Palm Leaf. HEX triplet: 34, 45 and 30. RGB value is (52,69,48). Sum of RGB (Red+Green+Blue) = 52+69+48=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #344530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344530 is #CBBACF. Grayscale: #3D3D3D. Windows color (decimal): -13351632 or 3163444. OLE color: 3163444.
HSL color Cylindrical-coordinate representation of color #344530: hue angle of 108.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344530 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 48 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.73 |
| HSL | 108.57º | 0.18% | 0.23% | - |
| HSV(B) | 108.57º | 0.3% | 0.27% | - |
| XYZ | 4.08 | 5.2 | 3.59 | - |
| YUV | 61.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 48 | 0.25 | 0 | 0.30 | 0.73 | 108.57 | 0.18 | 0.23 |
| Hex | 34 | 45 | 30 | 19 | 0 | 1E | 49 | 6D | 12 | 17 |
| Octal | 64 | 105 | 60 | 31 | 0 | 36 | 111 | 155 | 22 | 27 |
| Binary | 110100 | 1000101 | 110000 | 11001 | 0 | 11110 | 1001001 | 1101101 | 10010 | 10111 |
Color Harmonies of #344530
Complementary color
Monochromatic Colors of #344530
Black with #344530
Text Example
Text Example
White with #344530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344530; }
p { color: rgb(52,69,48); }
H1.HeaderClassName
{
color: #344530;
}
.AnyTagClassName
{
color: #344530;
}
</style>
background-color css
<style>
a { background-color: #344530; }
a { background-color: rgb(52,69,48); }
div.DivClassName
{
background-color: #344530;
}
.BgClassName
{
background-color: #344530;
}
</style>
border-color css
<style>
span { border-color: #344530; }
span { border-color: rgb(52,69,48); }
td.TdClassName
{
border-color: #344530;
}
.TagClassName
{
border-color: #344530;
}
</style>