Shades of Palm Leaf #3B4C37
Tints of Palm Leaf #3B4C37
RGB
CMYK
RGB Variations
Color information
#3B4C37 (or 0x3B4C37) is known color: Palm Leaf. HEX triplet: 3B, 4C and 37. RGB value is (59,76,55). Sum of RGB (Red+Green+Blue) = 59+76+55=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4C37 is #C4B3C8. Grayscale: #444444. Windows color (decimal): -12891081 or 3623995. OLE color: 3623995.
HSL color Cylindrical-coordinate representation of color #3B4C37: hue angle of 108.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B4C37 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 76 | 55 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.70 |
| HSL | 108.57º | 0.16% | 0.26% | - |
| HSV(B) | 108.57º | 0.28% | 0.3% | - |
| XYZ | 5.08 | 6.37 | 4.58 | - |
| YUV | 68.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 76 | 55 | 0.22 | 0 | 0.28 | 0.70 | 108.57 | 0.16 | 0.26 |
| Hex | 3B | 4C | 37 | 16 | 0 | 1C | 46 | 6D | 10 | 1A |
| Octal | 73 | 114 | 67 | 26 | 0 | 34 | 106 | 155 | 20 | 32 |
| Binary | 111011 | 1001100 | 110111 | 10110 | 0 | 11100 | 1000110 | 1101101 | 10000 | 11010 |
Color Harmonies of #3B4C37
Complementary color
Monochromatic Colors of #3B4C37
Black with #3B4C37
Text Example
Text Example
White with #3B4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4C37; }
p { color: rgb(59,76,55); }
H1.HeaderClassName
{
color: #3B4C37;
}
.AnyTagClassName
{
color: #3B4C37;
}
</style>
background-color css
<style>
a { background-color: #3B4C37; }
a { background-color: rgb(59,76,55); }
div.DivClassName
{
background-color: #3B4C37;
}
.BgClassName
{
background-color: #3B4C37;
}
</style>
border-color css
<style>
span { border-color: #3B4C37; }
span { border-color: rgb(59,76,55); }
td.TdClassName
{
border-color: #3B4C37;
}
.TagClassName
{
border-color: #3B4C37;
}
</style>