Shades of Palm Leaf #3C542F
Tints of Palm Leaf #3C542F
RGB
CMYK
RGB Variations
Color information
#3C542F (or 0x3C542F) is known color: Palm Leaf. HEX triplet: 3C, 54 and 2F. RGB value is (60,84,47). Sum of RGB (Red+Green+Blue) = 60+84+47=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #3C542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C542F is #C3ABD0. Grayscale: #484848. Windows color (decimal): -12823505 or 3101756. OLE color: 3101756.
HSL color Cylindrical-coordinate representation of color #3C542F: hue angle of 98.92º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C542F is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 47 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.67 |
| HSL | 98.92º | 0.28% | 0.26% | - |
| HSV(B) | 98.92º | 0.44% | 0.33% | - |
| XYZ | 5.55 | 7.51 | 3.85 | - |
| YUV | 72.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 47 | 0.29 | 0 | 0.44 | 0.67 | 98.92 | 0.28 | 0.26 |
| Hex | 3C | 54 | 2F | 1D | 0 | 2C | 43 | 63 | 1C | 1A |
| Octal | 74 | 124 | 57 | 35 | 0 | 54 | 103 | 143 | 34 | 32 |
| Binary | 111100 | 1010100 | 101111 | 11101 | 0 | 101100 | 1000011 | 1100011 | 11100 | 11010 |
Color Harmonies of #3C542F
Complementary color
Monochromatic Colors of #3C542F
Black with #3C542F
Text Example
Text Example
White with #3C542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C542F; }
p { color: rgb(60,84,47); }
H1.HeaderClassName
{
color: #3C542F;
}
.AnyTagClassName
{
color: #3C542F;
}
</style>
background-color css
<style>
a { background-color: #3C542F; }
a { background-color: rgb(60,84,47); }
div.DivClassName
{
background-color: #3C542F;
}
.BgClassName
{
background-color: #3C542F;
}
</style>
border-color css
<style>
span { border-color: #3C542F; }
span { border-color: rgb(60,84,47); }
td.TdClassName
{
border-color: #3C542F;
}
.TagClassName
{
border-color: #3C542F;
}
</style>