Shades of Palm Leaf #35512F
Tints of Palm Leaf #35512F
RGB
CMYK
RGB Variations
Color information
#35512F (or 0x35512F) is known color: Palm Leaf. HEX triplet: 35, 51 and 2F. RGB value is (53,81,47). Sum of RGB (Red+Green+Blue) = 53+81+47=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #35512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35512F is #CAAED0. Grayscale: #444444. Windows color (decimal): -13283025 or 3100981. OLE color: 3100981.
HSL color Cylindrical-coordinate representation of color #35512F: hue angle of 109.41º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35512F is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 47 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.68 |
| HSL | 109.41º | 0.27% | 0.25% | - |
| HSV(B) | 109.41º | 0.42% | 0.32% | - |
| XYZ | 4.92 | 6.85 | 3.75 | - |
| YUV | 68.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 47 | 0.35 | 0 | 0.42 | 0.68 | 109.41 | 0.27 | 0.25 |
| Hex | 35 | 51 | 2F | 23 | 0 | 2A | 44 | 6D | 1B | 19 |
| Octal | 65 | 121 | 57 | 43 | 0 | 52 | 104 | 155 | 33 | 31 |
| Binary | 110101 | 1010001 | 101111 | 100011 | 0 | 101010 | 1000100 | 1101101 | 11011 | 11001 |
Color Harmonies of #35512F
Complementary color
Monochromatic Colors of #35512F
Black with #35512F
Text Example
Text Example
White with #35512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35512F; }
p { color: rgb(53,81,47); }
H1.HeaderClassName
{
color: #35512F;
}
.AnyTagClassName
{
color: #35512F;
}
</style>
background-color css
<style>
a { background-color: #35512F; }
a { background-color: rgb(53,81,47); }
div.DivClassName
{
background-color: #35512F;
}
.BgClassName
{
background-color: #35512F;
}
</style>
border-color css
<style>
span { border-color: #35512F; }
span { border-color: rgb(53,81,47); }
td.TdClassName
{
border-color: #35512F;
}
.TagClassName
{
border-color: #35512F;
}
</style>