Shades of Palm Leaf #3B4E31
Tints of Palm Leaf #3B4E31
RGB
CMYK
RGB Variations
Color information
#3B4E31 (or 0x3B4E31) is known color: Palm Leaf. HEX triplet: 3B, 4E and 31. RGB value is (59,78,49). Sum of RGB (Red+Green+Blue) = 59+78+49=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E31 is #C4B1CE. Grayscale: #454545. Windows color (decimal): -12890575 or 3231291. OLE color: 3231291.
HSL color Cylindrical-coordinate representation of color #3B4E31: hue angle of 99.31º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B4E31 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 78 | 49 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.69 |
| HSL | 99.31º | 0.23% | 0.25% | - |
| HSV(B) | 99.31º | 0.37% | 0.31% | - |
| XYZ | 5.08 | 6.6 | 3.91 | - |
| YUV | 69.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 49 | 0.24 | 0 | 0.37 | 0.69 | 99.31 | 0.23 | 0.25 |
| Hex | 3B | 4E | 31 | 18 | 0 | 25 | 45 | 63 | 17 | 19 |
| Octal | 73 | 116 | 61 | 30 | 0 | 45 | 105 | 143 | 27 | 31 |
| Binary | 111011 | 1001110 | 110001 | 11000 | 0 | 100101 | 1000101 | 1100011 | 10111 | 11001 |
Color Harmonies of #3B4E31
Complementary color
Monochromatic Colors of #3B4E31
Black with #3B4E31
Text Example
Text Example
White with #3B4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4E31; }
p { color: rgb(59,78,49); }
H1.HeaderClassName
{
color: #3B4E31;
}
.AnyTagClassName
{
color: #3B4E31;
}
</style>
background-color css
<style>
a { background-color: #3B4E31; }
a { background-color: rgb(59,78,49); }
div.DivClassName
{
background-color: #3B4E31;
}
.BgClassName
{
background-color: #3B4E31;
}
</style>
border-color css
<style>
span { border-color: #3B4E31; }
span { border-color: rgb(59,78,49); }
td.TdClassName
{
border-color: #3B4E31;
}
.TagClassName
{
border-color: #3B4E31;
}
</style>