Shades of Palm Leaf #3B5136
Tints of Palm Leaf #3B5136
RGB
CMYK
RGB Variations
Color information
#3B5136 (or 0x3B5136) is known color: Palm Leaf. HEX triplet: 3B, 51 and 36. RGB value is (59,81,54). Sum of RGB (Red+Green+Blue) = 59+81+54=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5136 is #C4AEC9. Grayscale: #474747. Windows color (decimal): -12889802 or 3559739. OLE color: 3559739.
HSL color Cylindrical-coordinate representation of color #3B5136: hue angle of 108.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B5136 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 54 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.68 |
| HSL | 108.89º | 0.2% | 0.26% | - |
| HSV(B) | 108.89º | 0.33% | 0.32% | - |
| XYZ | 5.41 | 7.08 | 4.57 | - |
| YUV | 71.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 54 | 0.27 | 0 | 0.33 | 0.68 | 108.89 | 0.2 | 0.26 |
| Hex | 3B | 51 | 36 | 1B | 0 | 21 | 44 | 6D | 14 | 1A |
| Octal | 73 | 121 | 66 | 33 | 0 | 41 | 104 | 155 | 24 | 32 |
| Binary | 111011 | 1010001 | 110110 | 11011 | 0 | 100001 | 1000100 | 1101101 | 10100 | 11010 |
Color Harmonies of #3B5136
Complementary color
Monochromatic Colors of #3B5136
Black with #3B5136
Text Example
Text Example
White with #3B5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5136; }
p { color: rgb(59,81,54); }
H1.HeaderClassName
{
color: #3B5136;
}
.AnyTagClassName
{
color: #3B5136;
}
</style>
background-color css
<style>
a { background-color: #3B5136; }
a { background-color: rgb(59,81,54); }
div.DivClassName
{
background-color: #3B5136;
}
.BgClassName
{
background-color: #3B5136;
}
</style>
border-color css
<style>
span { border-color: #3B5136; }
span { border-color: rgb(59,81,54); }
td.TdClassName
{
border-color: #3B5136;
}
.TagClassName
{
border-color: #3B5136;
}
</style>