Shades of Palm Leaf #345B19
Tints of Palm Leaf #345B19
RGB
CMYK
RGB Variations
Color information
#345B19 (or 0x345B19) is known color: Palm Leaf. HEX triplet: 34, 5B and 19. RGB value is (52,91,25). Sum of RGB (Red+Green+Blue) = 52+91+25=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #345B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345B19 is #CBA4E6. Grayscale: #484848. Windows color (decimal): -13346023 or 1661748. OLE color: 1661748.
HSL color Cylindrical-coordinate representation of color #345B19: hue angle of 95.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345B19 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 25 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.64 |
| HSL | 95.45º | 0.57% | 0.23% | - |
| HSV(B) | 95.45º | 0.73% | 0.36% | - |
| XYZ | 5.33 | 8.28 | 2.24 | - |
| YUV | 71.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 25 | 0.43 | 0 | 0.73 | 0.64 | 95.45 | 0.57 | 0.23 |
| Hex | 34 | 5B | 19 | 2B | 0 | 49 | 40 | 5F | 39 | 17 |
| Octal | 64 | 133 | 31 | 53 | 0 | 111 | 100 | 137 | 71 | 27 |
| Binary | 110100 | 1011011 | 11001 | 101011 | 0 | 1001001 | 1000000 | 1011111 | 111001 | 10111 |
Color Harmonies of #345B19
Complementary color
Monochromatic Colors of #345B19
Black with #345B19
Text Example
Text Example
White with #345B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B19; }
p { color: rgb(52,91,25); }
H1.HeaderClassName
{
color: #345B19;
}
.AnyTagClassName
{
color: #345B19;
}
</style>
background-color css
<style>
a { background-color: #345B19; }
a { background-color: rgb(52,91,25); }
div.DivClassName
{
background-color: #345B19;
}
.BgClassName
{
background-color: #345B19;
}
</style>
border-color css
<style>
span { border-color: #345B19; }
span { border-color: rgb(52,91,25); }
td.TdClassName
{
border-color: #345B19;
}
.TagClassName
{
border-color: #345B19;
}
</style>