Shades of Palm Leaf #3C4B37
Tints of Palm Leaf #3C4B37
RGB
CMYK
RGB Variations
Color information
#3C4B37 (or 0x3C4B37) is known color: Palm Leaf. HEX triplet: 3C, 4B and 37. RGB value is (60,75,55). Sum of RGB (Red+Green+Blue) = 60+75+55=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B37 is #C3B4C8. Grayscale: #444444. Windows color (decimal): -12825801 or 3623740. OLE color: 3623740.
HSL color Cylindrical-coordinate representation of color #3C4B37: hue angle of 105º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C4B37 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 55 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.71 |
| HSL | 105º | 0.15% | 0.25% | - |
| HSV(B) | 105º | 0.27% | 0.29% | - |
| XYZ | 5.07 | 6.27 | 4.56 | - |
| YUV | 68.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 55 | 0.20 | 0 | 0.27 | 0.71 | 105 | 0.15 | 0.25 |
| Hex | 3C | 4B | 37 | 14 | 0 | 1B | 47 | 69 | F | 19 |
| Octal | 74 | 113 | 67 | 24 | 0 | 33 | 107 | 151 | 17 | 31 |
| Binary | 111100 | 1001011 | 110111 | 10100 | 0 | 11011 | 1000111 | 1101001 | 1111 | 11001 |
Color Harmonies of #3C4B37
Complementary color
Monochromatic Colors of #3C4B37
Black with #3C4B37
Text Example
Text Example
White with #3C4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B37; }
p { color: rgb(60,75,55); }
H1.HeaderClassName
{
color: #3C4B37;
}
.AnyTagClassName
{
color: #3C4B37;
}
</style>
background-color css
<style>
a { background-color: #3C4B37; }
a { background-color: rgb(60,75,55); }
div.DivClassName
{
background-color: #3C4B37;
}
.BgClassName
{
background-color: #3C4B37;
}
</style>
border-color css
<style>
span { border-color: #3C4B37; }
span { border-color: rgb(60,75,55); }
td.TdClassName
{
border-color: #3C4B37;
}
.TagClassName
{
border-color: #3C4B37;
}
</style>