Shades of Palm Leaf #3C5238
Tints of Palm Leaf #3C5238
RGB
CMYK
RGB Variations
Color information
#3C5238 (or 0x3C5238) is known color: Palm Leaf. HEX triplet: 3C, 52 and 38. RGB value is (60,82,56). Sum of RGB (Red+Green+Blue) = 60+82+56=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5238 is #C3ADC7. Grayscale: #484848. Windows color (decimal): -12824008 or 3691068. OLE color: 3691068.
HSL color Cylindrical-coordinate representation of color #3C5238: hue angle of 110.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5238 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 56 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.68 |
| HSL | 110.77º | 0.19% | 0.27% | - |
| HSV(B) | 110.77º | 0.32% | 0.32% | - |
| XYZ | 5.59 | 7.28 | 4.85 | - |
| YUV | 72.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 56 | 0.27 | 0 | 0.32 | 0.68 | 110.77 | 0.19 | 0.27 |
| Hex | 3C | 52 | 38 | 1B | 0 | 20 | 44 | 6F | 13 | 1B |
| Octal | 74 | 122 | 70 | 33 | 0 | 40 | 104 | 157 | 23 | 33 |
| Binary | 111100 | 1010010 | 111000 | 11011 | 0 | 100000 | 1000100 | 1101111 | 10011 | 11011 |
Color Harmonies of #3C5238
Complementary color
Monochromatic Colors of #3C5238
Black with #3C5238
Text Example
Text Example
White with #3C5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5238; }
p { color: rgb(60,82,56); }
H1.HeaderClassName
{
color: #3C5238;
}
.AnyTagClassName
{
color: #3C5238;
}
</style>
background-color css
<style>
a { background-color: #3C5238; }
a { background-color: rgb(60,82,56); }
div.DivClassName
{
background-color: #3C5238;
}
.BgClassName
{
background-color: #3C5238;
}
</style>
border-color css
<style>
span { border-color: #3C5238; }
span { border-color: rgb(60,82,56); }
td.TdClassName
{
border-color: #3C5238;
}
.TagClassName
{
border-color: #3C5238;
}
</style>