Shades of Palm Leaf #345A16
Tints of Palm Leaf #345A16
RGB
CMYK
RGB Variations
Color information
#345A16 (or 0x345A16) is known color: Palm Leaf. HEX triplet: 34, 5A and 16. RGB value is (52,90,22). Sum of RGB (Red+Green+Blue) = 52+90+22=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #345A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A16 is #CBA5E9. Grayscale: #474747. Windows color (decimal): -13346282 or 1464884. OLE color: 1464884.
HSL color Cylindrical-coordinate representation of color #345A16: hue angle of 93.53º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345A16 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 22 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.65 |
| HSL | 93.53º | 0.61% | 0.22% | - |
| HSV(B) | 93.53º | 0.76% | 0.35% | - |
| XYZ | 5.22 | 8.1 | 2.05 | - |
| YUV | 70.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 22 | 0.42 | 0 | 0.76 | 0.65 | 93.53 | 0.61 | 0.22 |
| Hex | 34 | 5A | 16 | 2A | 0 | 4C | 41 | 5E | 3D | 16 |
| Octal | 64 | 132 | 26 | 52 | 0 | 114 | 101 | 136 | 75 | 26 |
| Binary | 110100 | 1011010 | 10110 | 101010 | 0 | 1001100 | 1000001 | 1011110 | 111101 | 10110 |
Color Harmonies of #345A16
Complementary color
Monochromatic Colors of #345A16
Black with #345A16
Text Example
Text Example
White with #345A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A16; }
p { color: rgb(52,90,22); }
H1.HeaderClassName
{
color: #345A16;
}
.AnyTagClassName
{
color: #345A16;
}
</style>
background-color css
<style>
a { background-color: #345A16; }
a { background-color: rgb(52,90,22); }
div.DivClassName
{
background-color: #345A16;
}
.BgClassName
{
background-color: #345A16;
}
</style>
border-color css
<style>
span { border-color: #345A16; }
span { border-color: rgb(52,90,22); }
td.TdClassName
{
border-color: #345A16;
}
.TagClassName
{
border-color: #345A16;
}
</style>