Shades of Palm Leaf #345528
Tints of Palm Leaf #345528
RGB
CMYK
RGB Variations
Color information
#345528 (or 0x345528) is known color: Palm Leaf. HEX triplet: 34, 55 and 28. RGB value is (52,85,40). Sum of RGB (Red+Green+Blue) = 52+85+40=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #345528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345528 is #CBAAD7. Grayscale: #464646. Windows color (decimal): -13347544 or 2643252. OLE color: 2643252.
HSL color Cylindrical-coordinate representation of color #345528: hue angle of 104º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #345528 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 40 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.67 |
| HSL | 104º | 0.36% | 0.25% | - |
| HSV(B) | 104º | 0.53% | 0.33% | - |
| XYZ | 5.05 | 7.38 | 3.17 | - |
| YUV | 70 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 40 | 0.39 | 0 | 0.53 | 0.67 | 104 | 0.36 | 0.25 |
| Hex | 34 | 55 | 28 | 27 | 0 | 35 | 43 | 68 | 24 | 19 |
| Octal | 64 | 125 | 50 | 47 | 0 | 65 | 103 | 150 | 44 | 31 |
| Binary | 110100 | 1010101 | 101000 | 100111 | 0 | 110101 | 1000011 | 1101000 | 100100 | 11001 |
Color Harmonies of #345528
Complementary color
Monochromatic Colors of #345528
Black with #345528
Text Example
Text Example
White with #345528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345528; }
p { color: rgb(52,85,40); }
H1.HeaderClassName
{
color: #345528;
}
.AnyTagClassName
{
color: #345528;
}
</style>
background-color css
<style>
a { background-color: #345528; }
a { background-color: rgb(52,85,40); }
div.DivClassName
{
background-color: #345528;
}
.BgClassName
{
background-color: #345528;
}
</style>
border-color css
<style>
span { border-color: #345528; }
span { border-color: rgb(52,85,40); }
td.TdClassName
{
border-color: #345528;
}
.TagClassName
{
border-color: #345528;
}
</style>