Shades of Palm Leaf #3B4D32
Tints of Palm Leaf #3B4D32
RGB
CMYK
RGB Variations
Color information
#3B4D32 (or 0x3B4D32) is known color: Palm Leaf. HEX triplet: 3B, 4D and 32. RGB value is (59,77,50). Sum of RGB (Red+Green+Blue) = 59+77+50=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D32 is #C4B2CD. Grayscale: #444444. Windows color (decimal): -12890830 or 3296571. OLE color: 3296571.
HSL color Cylindrical-coordinate representation of color #3B4D32: hue angle of 100º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B4D32 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 77 | 50 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.70 |
| HSL | 100º | 0.21% | 0.25% | - |
| HSV(B) | 100º | 0.35% | 0.3% | - |
| XYZ | 5.03 | 6.47 | 4 | - |
| YUV | 68.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 50 | 0.23 | 0 | 0.35 | 0.70 | 100 | 0.21 | 0.25 |
| Hex | 3B | 4D | 32 | 17 | 0 | 23 | 46 | 64 | 15 | 19 |
| Octal | 73 | 115 | 62 | 27 | 0 | 43 | 106 | 144 | 25 | 31 |
| Binary | 111011 | 1001101 | 110010 | 10111 | 0 | 100011 | 1000110 | 1100100 | 10101 | 11001 |
Color Harmonies of #3B4D32
Complementary color
Monochromatic Colors of #3B4D32
Black with #3B4D32
Text Example
Text Example
White with #3B4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D32; }
p { color: rgb(59,77,50); }
H1.HeaderClassName
{
color: #3B4D32;
}
.AnyTagClassName
{
color: #3B4D32;
}
</style>
background-color css
<style>
a { background-color: #3B4D32; }
a { background-color: rgb(59,77,50); }
div.DivClassName
{
background-color: #3B4D32;
}
.BgClassName
{
background-color: #3B4D32;
}
</style>
border-color css
<style>
span { border-color: #3B4D32; }
span { border-color: rgb(59,77,50); }
td.TdClassName
{
border-color: #3B4D32;
}
.TagClassName
{
border-color: #3B4D32;
}
</style>