Shades of Palm Leaf #345A17
Tints of Palm Leaf #345A17
RGB
CMYK
RGB Variations
Color information
#345A17 (or 0x345A17) is known color: Palm Leaf. HEX triplet: 34, 5A and 17. RGB value is (52,90,23). Sum of RGB (Red+Green+Blue) = 52+90+23=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #345A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A17 is #CBA5E8. Grayscale: #474747. Windows color (decimal): -13346281 or 1530420. OLE color: 1530420.
HSL color Cylindrical-coordinate representation of color #345A17: hue angle of 94.03º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345A17 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 23 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.65 |
| HSL | 94.03º | 0.59% | 0.22% | - |
| HSV(B) | 94.03º | 0.74% | 0.35% | - |
| XYZ | 5.23 | 8.1 | 2.1 | - |
| YUV | 71 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 23 | 0.42 | 0 | 0.74 | 0.65 | 94.03 | 0.59 | 0.22 |
| Hex | 34 | 5A | 17 | 2A | 0 | 4A | 41 | 5E | 3B | 16 |
| Octal | 64 | 132 | 27 | 52 | 0 | 112 | 101 | 136 | 73 | 26 |
| Binary | 110100 | 1011010 | 10111 | 101010 | 0 | 1001010 | 1000001 | 1011110 | 111011 | 10110 |
Color Harmonies of #345A17
Complementary color
Monochromatic Colors of #345A17
Black with #345A17
Text Example
Text Example
White with #345A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A17; }
p { color: rgb(52,90,23); }
H1.HeaderClassName
{
color: #345A17;
}
.AnyTagClassName
{
color: #345A17;
}
</style>
background-color css
<style>
a { background-color: #345A17; }
a { background-color: rgb(52,90,23); }
div.DivClassName
{
background-color: #345A17;
}
.BgClassName
{
background-color: #345A17;
}
</style>
border-color css
<style>
span { border-color: #345A17; }
span { border-color: rgb(52,90,23); }
td.TdClassName
{
border-color: #345A17;
}
.TagClassName
{
border-color: #345A17;
}
</style>