Shades of Palm Leaf #3E493A
Tints of Palm Leaf #3E493A
RGB
CMYK
RGB Variations
Color information
#3E493A (or 0x3E493A) is known color: Palm Leaf. HEX triplet: 3E, 49 and 3A. RGB value is (62,73,58). Sum of RGB (Red+Green+Blue) = 62+73+58=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #3E493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E493A is #C1B6C5. Grayscale: #444444. Windows color (decimal): -12695238 or 3819838. OLE color: 3819838.
HSL color Cylindrical-coordinate representation of color #3E493A: hue angle of 104º 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 #3E493A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 58 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.71 |
| HSL | 104º | 0.11% | 0.26% | - |
| HSV(B) | 104º | 0.21% | 0.29% | - |
| XYZ | 5.13 | 6.09 | 4.91 | - |
| YUV | 68 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 58 | 0.15 | 0 | 0.21 | 0.71 | 104 | 0.11 | 0.26 |
| Hex | 3E | 49 | 3A | F | 0 | 15 | 47 | 68 | B | 1A |
| Octal | 76 | 111 | 72 | 17 | 0 | 25 | 107 | 150 | 13 | 32 |
| Binary | 111110 | 1001001 | 111010 | 1111 | 0 | 10101 | 1000111 | 1101000 | 1011 | 11010 |
Color Harmonies of #3E493A
Complementary color
Monochromatic Colors of #3E493A
Black with #3E493A
Text Example
Text Example
White with #3E493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E493A; }
p { color: rgb(62,73,58); }
H1.HeaderClassName
{
color: #3E493A;
}
.AnyTagClassName
{
color: #3E493A;
}
</style>
background-color css
<style>
a { background-color: #3E493A; }
a { background-color: rgb(62,73,58); }
div.DivClassName
{
background-color: #3E493A;
}
.BgClassName
{
background-color: #3E493A;
}
</style>
border-color css
<style>
span { border-color: #3E493A; }
span { border-color: rgb(62,73,58); }
td.TdClassName
{
border-color: #3E493A;
}
.TagClassName
{
border-color: #3E493A;
}
</style>