Shades of Palm Leaf #3F493D
Tints of Palm Leaf #3F493D
RGB
CMYK
RGB Variations
Color information
#3F493D (or 0x3F493D) is known color: Palm Leaf. HEX triplet: 3F, 49 and 3D. RGB value is (63,73,61). Sum of RGB (Red+Green+Blue) = 63+73+61=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #3F493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F493D is #C0B6C2. Grayscale: #444444. Windows color (decimal): -12629699 or 4016447. OLE color: 4016447.
HSL color Cylindrical-coordinate representation of color #3F493D: hue angle of 110º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F493D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 61 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.71 |
| HSL | 110º | 0.09% | 0.26% | - |
| HSV(B) | 110º | 0.16% | 0.29% | - |
| XYZ | 5.27 | 6.16 | 5.33 | - |
| YUV | 68.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 61 | 0.14 | 0 | 0.16 | 0.71 | 110 | 0.09 | 0.26 |
| Hex | 3F | 49 | 3D | E | 0 | 10 | 47 | 6E | 9 | 1A |
| Octal | 77 | 111 | 75 | 16 | 0 | 20 | 107 | 156 | 11 | 32 |
| Binary | 111111 | 1001001 | 111101 | 1110 | 0 | 10000 | 1000111 | 1101110 | 1001 | 11010 |
Color Harmonies of #3F493D
Complementary color
Monochromatic Colors of #3F493D
Black with #3F493D
Text Example
Text Example
White with #3F493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F493D; }
p { color: rgb(63,73,61); }
H1.HeaderClassName
{
color: #3F493D;
}
.AnyTagClassName
{
color: #3F493D;
}
</style>
background-color css
<style>
a { background-color: #3F493D; }
a { background-color: rgb(63,73,61); }
div.DivClassName
{
background-color: #3F493D;
}
.BgClassName
{
background-color: #3F493D;
}
</style>
border-color css
<style>
span { border-color: #3F493D; }
span { border-color: rgb(63,73,61); }
td.TdClassName
{
border-color: #3F493D;
}
.TagClassName
{
border-color: #3F493D;
}
</style>