Shades of Palm Leaf #3D493A
Tints of Palm Leaf #3D493A
RGB
CMYK
RGB Variations
Color information
#3D493A (or 0x3D493A) is known color: Palm Leaf. HEX triplet: 3D, 49 and 3A. RGB value is (61,73,58). Sum of RGB (Red+Green+Blue) = 61+73+58=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #3D493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D493A is #C2B6C5. Grayscale: #434343. Windows color (decimal): -12760774 or 3819837. OLE color: 3819837.
HSL color Cylindrical-coordinate representation of color #3D493A: hue angle of 108º 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 #3D493A is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 58 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.71 |
| HSL | 108º | 0.11% | 0.26% | - |
| HSV(B) | 108º | 0.21% | 0.29% | - |
| XYZ | 5.07 | 6.06 | 4.91 | - |
| YUV | 67.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 58 | 0.16 | 0 | 0.21 | 0.71 | 108 | 0.11 | 0.26 |
| Hex | 3D | 49 | 3A | 10 | 0 | 15 | 47 | 6C | B | 1A |
| Octal | 75 | 111 | 72 | 20 | 0 | 25 | 107 | 154 | 13 | 32 |
| Binary | 111101 | 1001001 | 111010 | 10000 | 0 | 10101 | 1000111 | 1101100 | 1011 | 11010 |
Color Harmonies of #3D493A
Complementary color
Monochromatic Colors of #3D493A
Black with #3D493A
Text Example
Text Example
White with #3D493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D493A; }
p { color: rgb(61,73,58); }
H1.HeaderClassName
{
color: #3D493A;
}
.AnyTagClassName
{
color: #3D493A;
}
</style>
background-color css
<style>
a { background-color: #3D493A; }
a { background-color: rgb(61,73,58); }
div.DivClassName
{
background-color: #3D493A;
}
.BgClassName
{
background-color: #3D493A;
}
</style>
border-color css
<style>
span { border-color: #3D493A; }
span { border-color: rgb(61,73,58); }
td.TdClassName
{
border-color: #3D493A;
}
.TagClassName
{
border-color: #3D493A;
}
</style>