Shades of Palm Leaf #3F493B
Tints of Palm Leaf #3F493B
RGB
CMYK
RGB Variations
Color information
#3F493B (or 0x3F493B) is known color: Palm Leaf. HEX triplet: 3F, 49 and 3B. RGB value is (63,73,59). Sum of RGB (Red+Green+Blue) = 63+73+59=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #3F493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F493B is #C0B6C4. Grayscale: #444444. Windows color (decimal): -12629701 or 3885375. OLE color: 3885375.
HSL color Cylindrical-coordinate representation of color #3F493B: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F493B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 59 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.71 |
| HSL | 102.86º | 0.11% | 0.26% | - |
| HSV(B) | 102.86º | 0.19% | 0.29% | - |
| XYZ | 5.22 | 6.14 | 5.05 | - |
| YUV | 68.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 59 | 0.14 | 0 | 0.19 | 0.71 | 102.86 | 0.11 | 0.26 |
| Hex | 3F | 49 | 3B | E | 0 | 13 | 47 | 67 | B | 1A |
| Octal | 77 | 111 | 73 | 16 | 0 | 23 | 107 | 147 | 13 | 32 |
| Binary | 111111 | 1001001 | 111011 | 1110 | 0 | 10011 | 1000111 | 1100111 | 1011 | 11010 |
Color Harmonies of #3F493B
Complementary color
Monochromatic Colors of #3F493B
Black with #3F493B
Text Example
Text Example
White with #3F493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F493B; }
p { color: rgb(63,73,59); }
H1.HeaderClassName
{
color: #3F493B;
}
.AnyTagClassName
{
color: #3F493B;
}
</style>
background-color css
<style>
a { background-color: #3F493B; }
a { background-color: rgb(63,73,59); }
div.DivClassName
{
background-color: #3F493B;
}
.BgClassName
{
background-color: #3F493B;
}
</style>
border-color css
<style>
span { border-color: #3F493B; }
span { border-color: rgb(63,73,59); }
td.TdClassName
{
border-color: #3F493B;
}
.TagClassName
{
border-color: #3F493B;
}
</style>