Shades of Palm Leaf #3D4C37
Tints of Palm Leaf #3D4C37
RGB
CMYK
RGB Variations
Color information
#3D4C37 (or 0x3D4C37) is known color: Palm Leaf. HEX triplet: 3D, 4C and 37. RGB value is (61,76,55). Sum of RGB (Red+Green+Blue) = 61+76+55=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C37 is #C2B3C8. Grayscale: #454545. Windows color (decimal): -12760009 or 3623997. OLE color: 3623997.
HSL color Cylindrical-coordinate representation of color #3D4C37: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4C37 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 76 | 55 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.70 |
| HSL | 102.86º | 0.16% | 0.26% | - |
| HSV(B) | 102.86º | 0.28% | 0.3% | - |
| XYZ | 5.2 | 6.44 | 4.58 | - |
| YUV | 69.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 55 | 0.20 | 0 | 0.28 | 0.70 | 102.86 | 0.16 | 0.26 |
| Hex | 3D | 4C | 37 | 14 | 0 | 1C | 46 | 67 | 10 | 1A |
| Octal | 75 | 114 | 67 | 24 | 0 | 34 | 106 | 147 | 20 | 32 |
| Binary | 111101 | 1001100 | 110111 | 10100 | 0 | 11100 | 1000110 | 1100111 | 10000 | 11010 |
Color Harmonies of #3D4C37
Complementary color
Monochromatic Colors of #3D4C37
Black with #3D4C37
Text Example
Text Example
White with #3D4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C37; }
p { color: rgb(61,76,55); }
H1.HeaderClassName
{
color: #3D4C37;
}
.AnyTagClassName
{
color: #3D4C37;
}
</style>
background-color css
<style>
a { background-color: #3D4C37; }
a { background-color: rgb(61,76,55); }
div.DivClassName
{
background-color: #3D4C37;
}
.BgClassName
{
background-color: #3D4C37;
}
</style>
border-color css
<style>
span { border-color: #3D4C37; }
span { border-color: rgb(61,76,55); }
td.TdClassName
{
border-color: #3D4C37;
}
.TagClassName
{
border-color: #3D4C37;
}
</style>