Shades of Palm Leaf #345025
Tints of Palm Leaf #345025
RGB
CMYK
RGB Variations
Color information
#345025 (or 0x345025) is known color: Palm Leaf. HEX triplet: 34, 50 and 25. RGB value is (52,80,37). Sum of RGB (Red+Green+Blue) = 52+80+37=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #345025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345025 is #CBAFDA. Grayscale: #424242. Windows color (decimal): -13348827 or 2445364. OLE color: 2445364.
HSL color Cylindrical-coordinate representation of color #345025: hue angle of 99.07º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345025 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 37 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.69 |
| HSL | 99.07º | 0.37% | 0.23% | - |
| HSV(B) | 99.07º | 0.54% | 0.31% | - |
| XYZ | 4.62 | 6.6 | 2.78 | - |
| YUV | 66.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 37 | 0.35 | 0 | 0.54 | 0.69 | 99.07 | 0.37 | 0.23 |
| Hex | 34 | 50 | 25 | 23 | 0 | 36 | 45 | 63 | 25 | 17 |
| Octal | 64 | 120 | 45 | 43 | 0 | 66 | 105 | 143 | 45 | 27 |
| Binary | 110100 | 1010000 | 100101 | 100011 | 0 | 110110 | 1000101 | 1100011 | 100101 | 10111 |
Color Harmonies of #345025
Complementary color
Monochromatic Colors of #345025
Black with #345025
Text Example
Text Example
White with #345025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345025; }
p { color: rgb(52,80,37); }
H1.HeaderClassName
{
color: #345025;
}
.AnyTagClassName
{
color: #345025;
}
</style>
background-color css
<style>
a { background-color: #345025; }
a { background-color: rgb(52,80,37); }
div.DivClassName
{
background-color: #345025;
}
.BgClassName
{
background-color: #345025;
}
</style>
border-color css
<style>
span { border-color: #345025; }
span { border-color: rgb(52,80,37); }
td.TdClassName
{
border-color: #345025;
}
.TagClassName
{
border-color: #345025;
}
</style>