Shades of Palm Leaf #345120
Tints of Palm Leaf #345120
RGB
CMYK
RGB Variations
Color information
#345120 (or 0x345120) is known color: Palm Leaf. HEX triplet: 34, 51 and 20. RGB value is (52,81,32). Sum of RGB (Red+Green+Blue) = 52+81+32=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #345120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345120 is #CBAEDF. Grayscale: #424242. Windows color (decimal): -13348576 or 2117940. OLE color: 2117940.
HSL color Cylindrical-coordinate representation of color #345120: hue angle of 95.51º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345120 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 32 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.68 |
| HSL | 95.51º | 0.43% | 0.22% | - |
| HSV(B) | 95.51º | 0.6% | 0.32% | - |
| XYZ | 4.62 | 6.72 | 2.42 | - |
| YUV | 66.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 32 | 0.36 | 0 | 0.60 | 0.68 | 95.51 | 0.43 | 0.22 |
| Hex | 34 | 51 | 20 | 24 | 0 | 3C | 44 | 60 | 2B | 16 |
| Octal | 64 | 121 | 40 | 44 | 0 | 74 | 104 | 140 | 53 | 26 |
| Binary | 110100 | 1010001 | 100000 | 100100 | 0 | 111100 | 1000100 | 1100000 | 101011 | 10110 |
Color Harmonies of #345120
Complementary color
Monochromatic Colors of #345120
Black with #345120
Text Example
Text Example
White with #345120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345120; }
p { color: rgb(52,81,32); }
H1.HeaderClassName
{
color: #345120;
}
.AnyTagClassName
{
color: #345120;
}
</style>
background-color css
<style>
a { background-color: #345120; }
a { background-color: rgb(52,81,32); }
div.DivClassName
{
background-color: #345120;
}
.BgClassName
{
background-color: #345120;
}
</style>
border-color css
<style>
span { border-color: #345120; }
span { border-color: rgb(52,81,32); }
td.TdClassName
{
border-color: #345120;
}
.TagClassName
{
border-color: #345120;
}
</style>