Shades of Palm Leaf #3B542E
Tints of Palm Leaf #3B542E
RGB
CMYK
RGB Variations
Color information
#3B542E (or 0x3B542E) is known color: Palm Leaf. HEX triplet: 3B, 54 and 2E. RGB value is (59,84,46). Sum of RGB (Red+Green+Blue) = 59+84+46=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #3B542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B542E is #C4ABD1. Grayscale: #484848. Windows color (decimal): -12889042 or 3036219. OLE color: 3036219.
HSL color Cylindrical-coordinate representation of color #3B542E: hue angle of 99.47º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B542E is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 46 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.67 |
| HSL | 99.47º | 0.29% | 0.25% | - |
| HSV(B) | 99.47º | 0.45% | 0.33% | - |
| XYZ | 5.47 | 7.47 | 3.74 | - |
| YUV | 72.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 46 | 0.30 | 0 | 0.45 | 0.67 | 99.47 | 0.29 | 0.25 |
| Hex | 3B | 54 | 2E | 1E | 0 | 2D | 43 | 63 | 1D | 19 |
| Octal | 73 | 124 | 56 | 36 | 0 | 55 | 103 | 143 | 35 | 31 |
| Binary | 111011 | 1010100 | 101110 | 11110 | 0 | 101101 | 1000011 | 1100011 | 11101 | 11001 |
Color Harmonies of #3B542E
Complementary color
Monochromatic Colors of #3B542E
Black with #3B542E
Text Example
Text Example
White with #3B542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B542E; }
p { color: rgb(59,84,46); }
H1.HeaderClassName
{
color: #3B542E;
}
.AnyTagClassName
{
color: #3B542E;
}
</style>
background-color css
<style>
a { background-color: #3B542E; }
a { background-color: rgb(59,84,46); }
div.DivClassName
{
background-color: #3B542E;
}
.BgClassName
{
background-color: #3B542E;
}
</style>
border-color css
<style>
span { border-color: #3B542E; }
span { border-color: rgb(59,84,46); }
td.TdClassName
{
border-color: #3B542E;
}
.TagClassName
{
border-color: #3B542E;
}
</style>