Shades of Palm Leaf #345523
Tints of Palm Leaf #345523
RGB
CMYK
RGB Variations
Color information
#345523 (or 0x345523) is known color: Palm Leaf. HEX triplet: 34, 55 and 23. RGB value is (52,85,35). Sum of RGB (Red+Green+Blue) = 52+85+35=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #345523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345523 is #CBAADC. Grayscale: #454545. Windows color (decimal): -13347549 or 2315572. OLE color: 2315572.
HSL color Cylindrical-coordinate representation of color #345523: hue angle of 99.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345523 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 35 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.67 |
| HSL | 99.6º | 0.42% | 0.24% | - |
| HSV(B) | 99.6º | 0.59% | 0.33% | - |
| XYZ | 4.97 | 7.35 | 2.75 | - |
| YUV | 69.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 35 | 0.39 | 0 | 0.59 | 0.67 | 99.6 | 0.42 | 0.24 |
| Hex | 34 | 55 | 23 | 27 | 0 | 3B | 43 | 64 | 2A | 18 |
| Octal | 64 | 125 | 43 | 47 | 0 | 73 | 103 | 144 | 52 | 30 |
| Binary | 110100 | 1010101 | 100011 | 100111 | 0 | 111011 | 1000011 | 1100100 | 101010 | 11000 |
Color Harmonies of #345523
Complementary color
Monochromatic Colors of #345523
Black with #345523
Text Example
Text Example
White with #345523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345523; }
p { color: rgb(52,85,35); }
H1.HeaderClassName
{
color: #345523;
}
.AnyTagClassName
{
color: #345523;
}
</style>
background-color css
<style>
a { background-color: #345523; }
a { background-color: rgb(52,85,35); }
div.DivClassName
{
background-color: #345523;
}
.BgClassName
{
background-color: #345523;
}
</style>
border-color css
<style>
span { border-color: #345523; }
span { border-color: rgb(52,85,35); }
td.TdClassName
{
border-color: #345523;
}
.TagClassName
{
border-color: #345523;
}
</style>