Shades of Palm Leaf #3C493A
Tints of Palm Leaf #3C493A
RGB
CMYK
RGB Variations
Color information
#3C493A (or 0x3C493A) is known color: Palm Leaf. HEX triplet: 3C, 49 and 3A. RGB value is (60,73,58). Sum of RGB (Red+Green+Blue) = 60+73+58=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #3C493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C493A is #C3B6C5. Grayscale: #434343. Windows color (decimal): -12826310 or 3819836. OLE color: 3819836.
HSL color Cylindrical-coordinate representation of color #3C493A: hue angle of 112º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C493A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 58 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.71 |
| HSL | 112º | 0.11% | 0.26% | - |
| HSV(B) | 112º | 0.21% | 0.29% | - |
| XYZ | 5.01 | 6.03 | 4.9 | - |
| YUV | 67.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 58 | 0.18 | 0 | 0.21 | 0.71 | 112 | 0.11 | 0.26 |
| Hex | 3C | 49 | 3A | 12 | 0 | 15 | 47 | 70 | B | 1A |
| Octal | 74 | 111 | 72 | 22 | 0 | 25 | 107 | 160 | 13 | 32 |
| Binary | 111100 | 1001001 | 111010 | 10010 | 0 | 10101 | 1000111 | 1110000 | 1011 | 11010 |
Color Harmonies of #3C493A
Complementary color
Monochromatic Colors of #3C493A
Black with #3C493A
Text Example
Text Example
White with #3C493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C493A; }
p { color: rgb(60,73,58); }
H1.HeaderClassName
{
color: #3C493A;
}
.AnyTagClassName
{
color: #3C493A;
}
</style>
background-color css
<style>
a { background-color: #3C493A; }
a { background-color: rgb(60,73,58); }
div.DivClassName
{
background-color: #3C493A;
}
.BgClassName
{
background-color: #3C493A;
}
</style>
border-color css
<style>
span { border-color: #3C493A; }
span { border-color: rgb(60,73,58); }
td.TdClassName
{
border-color: #3C493A;
}
.TagClassName
{
border-color: #3C493A;
}
</style>