Shades of Palm Leaf #3C4638
Tints of Palm Leaf #3C4638
RGB
CMYK
RGB Variations
Color information
#3C4638 (or 0x3C4638) is known color: Palm Leaf. HEX triplet: 3C, 46 and 38. RGB value is (60,70,56). Sum of RGB (Red+Green+Blue) = 60+70+56=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4638 is #C3B9C7. Grayscale: #414141. Windows color (decimal): -12827080 or 3687996. OLE color: 3687996.
HSL color Cylindrical-coordinate representation of color #3C4638: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C4638 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 56 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.73 |
| HSL | 102.86º | 0.11% | 0.25% | - |
| HSV(B) | 102.86º | 0.2% | 0.27% | - |
| XYZ | 4.77 | 5.63 | 4.58 | - |
| YUV | 65.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 56 | 0.14 | 0 | 0.20 | 0.73 | 102.86 | 0.11 | 0.25 |
| Hex | 3C | 46 | 38 | E | 0 | 14 | 49 | 67 | B | 19 |
| Octal | 74 | 106 | 70 | 16 | 0 | 24 | 111 | 147 | 13 | 31 |
| Binary | 111100 | 1000110 | 111000 | 1110 | 0 | 10100 | 1001001 | 1100111 | 1011 | 11001 |
Color Harmonies of #3C4638
Complementary color
Monochromatic Colors of #3C4638
Black with #3C4638
Text Example
Text Example
White with #3C4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4638; }
p { color: rgb(60,70,56); }
H1.HeaderClassName
{
color: #3C4638;
}
.AnyTagClassName
{
color: #3C4638;
}
</style>
background-color css
<style>
a { background-color: #3C4638; }
a { background-color: rgb(60,70,56); }
div.DivClassName
{
background-color: #3C4638;
}
.BgClassName
{
background-color: #3C4638;
}
</style>
border-color css
<style>
span { border-color: #3C4638; }
span { border-color: rgb(60,70,56); }
td.TdClassName
{
border-color: #3C4638;
}
.TagClassName
{
border-color: #3C4638;
}
</style>