Shades of Palm Leaf #3A4937
Tints of Palm Leaf #3A4937
RGB
CMYK
RGB Variations
Color information
#3A4937 (or 0x3A4937) is known color: Palm Leaf. HEX triplet: 3A, 49 and 37. RGB value is (58,73,55). Sum of RGB (Red+Green+Blue) = 58+73+55=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4937 is #C5B6C8. Grayscale: #424242. Windows color (decimal): -12957385 or 3623226. OLE color: 3623226.
HSL color Cylindrical-coordinate representation of color #3A4937: hue angle of 110º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4937 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 55 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.71 |
| HSL | 110º | 0.14% | 0.25% | - |
| HSV(B) | 110º | 0.25% | 0.29% | - |
| XYZ | 4.82 | 5.94 | 4.51 | - |
| YUV | 66.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 55 | 0.21 | 0 | 0.25 | 0.71 | 110 | 0.14 | 0.25 |
| Hex | 3A | 49 | 37 | 15 | 0 | 19 | 47 | 6E | E | 19 |
| Octal | 72 | 111 | 67 | 25 | 0 | 31 | 107 | 156 | 16 | 31 |
| Binary | 111010 | 1001001 | 110111 | 10101 | 0 | 11001 | 1000111 | 1101110 | 1110 | 11001 |
Color Harmonies of #3A4937
Complementary color
Monochromatic Colors of #3A4937
Black with #3A4937
Text Example
Text Example
White with #3A4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4937; }
p { color: rgb(58,73,55); }
H1.HeaderClassName
{
color: #3A4937;
}
.AnyTagClassName
{
color: #3A4937;
}
</style>
background-color css
<style>
a { background-color: #3A4937; }
a { background-color: rgb(58,73,55); }
div.DivClassName
{
background-color: #3A4937;
}
.BgClassName
{
background-color: #3A4937;
}
</style>
border-color css
<style>
span { border-color: #3A4937; }
span { border-color: rgb(58,73,55); }
td.TdClassName
{
border-color: #3A4937;
}
.TagClassName
{
border-color: #3A4937;
}
</style>