Shades of Palm Leaf #3D4738
Tints of Palm Leaf #3D4738
RGB
CMYK
RGB Variations
Color information
#3D4738 (or 0x3D4738) is known color: Palm Leaf. HEX triplet: 3D, 47 and 38. RGB value is (61,71,56). Sum of RGB (Red+Green+Blue) = 61+71+56=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4738 is #C2B8C7. Grayscale: #424242. Windows color (decimal): -12761288 or 3688253. OLE color: 3688253.
HSL color Cylindrical-coordinate representation of color #3D4738: hue angle of 100º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D4738 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 56 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.72 |
| HSL | 100º | 0.12% | 0.25% | - |
| HSV(B) | 100º | 0.21% | 0.28% | - |
| XYZ | 4.89 | 5.78 | 4.6 | - |
| YUV | 66.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 56 | 0.14 | 0 | 0.21 | 0.72 | 100 | 0.12 | 0.25 |
| Hex | 3D | 47 | 38 | E | 0 | 15 | 48 | 64 | C | 19 |
| Octal | 75 | 107 | 70 | 16 | 0 | 25 | 110 | 144 | 14 | 31 |
| Binary | 111101 | 1000111 | 111000 | 1110 | 0 | 10101 | 1001000 | 1100100 | 1100 | 11001 |
Color Harmonies of #3D4738
Complementary color
Monochromatic Colors of #3D4738
Black with #3D4738
Text Example
Text Example
White with #3D4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4738; }
p { color: rgb(61,71,56); }
H1.HeaderClassName
{
color: #3D4738;
}
.AnyTagClassName
{
color: #3D4738;
}
</style>
background-color css
<style>
a { background-color: #3D4738; }
a { background-color: rgb(61,71,56); }
div.DivClassName
{
background-color: #3D4738;
}
.BgClassName
{
background-color: #3D4738;
}
</style>
border-color css
<style>
span { border-color: #3D4738; }
span { border-color: rgb(61,71,56); }
td.TdClassName
{
border-color: #3D4738;
}
.TagClassName
{
border-color: #3D4738;
}
</style>