Shades of Palm Leaf #3C4738
Tints of Palm Leaf #3C4738
RGB
CMYK
RGB Variations
Color information
#3C4738 (or 0x3C4738) is known color: Palm Leaf. HEX triplet: 3C, 47 and 38. RGB value is (60,71,56). Sum of RGB (Red+Green+Blue) = 60+71+56=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4738 is #C3B8C7. Grayscale: #424242. Windows color (decimal): -12826824 or 3688252. OLE color: 3688252.
HSL color Cylindrical-coordinate representation of color #3C4738: hue angle of 104º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C4738 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 56 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.72 |
| HSL | 104º | 0.12% | 0.25% | - |
| HSV(B) | 104º | 0.21% | 0.28% | - |
| XYZ | 4.83 | 5.75 | 4.6 | - |
| YUV | 66 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 56 | 0.15 | 0 | 0.21 | 0.72 | 104 | 0.12 | 0.25 |
| Hex | 3C | 47 | 38 | F | 0 | 15 | 48 | 68 | C | 19 |
| Octal | 74 | 107 | 70 | 17 | 0 | 25 | 110 | 150 | 14 | 31 |
| Binary | 111100 | 1000111 | 111000 | 1111 | 0 | 10101 | 1001000 | 1101000 | 1100 | 11001 |
Color Harmonies of #3C4738
Complementary color
Monochromatic Colors of #3C4738
Black with #3C4738
Text Example
Text Example
White with #3C4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4738; }
p { color: rgb(60,71,56); }
H1.HeaderClassName
{
color: #3C4738;
}
.AnyTagClassName
{
color: #3C4738;
}
</style>
background-color css
<style>
a { background-color: #3C4738; }
a { background-color: rgb(60,71,56); }
div.DivClassName
{
background-color: #3C4738;
}
.BgClassName
{
background-color: #3C4738;
}
</style>
border-color css
<style>
span { border-color: #3C4738; }
span { border-color: rgb(60,71,56); }
td.TdClassName
{
border-color: #3C4738;
}
.TagClassName
{
border-color: #3C4738;
}
</style>