Shades of Palm Leaf #3C5132
Tints of Palm Leaf #3C5132
RGB
CMYK
RGB Variations
Color information
#3C5132 (or 0x3C5132) is known color: Palm Leaf. HEX triplet: 3C, 51 and 32. RGB value is (60,81,50). Sum of RGB (Red+Green+Blue) = 60+81+50=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5132 is #C3AECD. Grayscale: #474747. Windows color (decimal): -12824270 or 3297596. OLE color: 3297596.
HSL color Cylindrical-coordinate representation of color #3C5132: hue angle of 100.65º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5132 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 50 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.68 |
| HSL | 100.65º | 0.24% | 0.26% | - |
| HSV(B) | 100.65º | 0.38% | 0.32% | - |
| XYZ | 5.38 | 7.08 | 4.1 | - |
| YUV | 71.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 50 | 0.26 | 0 | 0.38 | 0.68 | 100.65 | 0.24 | 0.26 |
| Hex | 3C | 51 | 32 | 1A | 0 | 26 | 44 | 65 | 18 | 1A |
| Octal | 74 | 121 | 62 | 32 | 0 | 46 | 104 | 145 | 30 | 32 |
| Binary | 111100 | 1010001 | 110010 | 11010 | 0 | 100110 | 1000100 | 1100101 | 11000 | 11010 |
Color Harmonies of #3C5132
Complementary color
Monochromatic Colors of #3C5132
Black with #3C5132
Text Example
Text Example
White with #3C5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5132; }
p { color: rgb(60,81,50); }
H1.HeaderClassName
{
color: #3C5132;
}
.AnyTagClassName
{
color: #3C5132;
}
</style>
background-color css
<style>
a { background-color: #3C5132; }
a { background-color: rgb(60,81,50); }
div.DivClassName
{
background-color: #3C5132;
}
.BgClassName
{
background-color: #3C5132;
}
</style>
border-color css
<style>
span { border-color: #3C5132; }
span { border-color: rgb(60,81,50); }
td.TdClassName
{
border-color: #3C5132;
}
.TagClassName
{
border-color: #3C5132;
}
</style>