Shades of Palm Leaf #3A4839
Tints of Palm Leaf #3A4839
RGB
CMYK
RGB Variations
Color information
#3A4839 (or 0x3A4839) is known color: Palm Leaf. HEX triplet: 3A, 48 and 39. RGB value is (58,72,57). Sum of RGB (Red+Green+Blue) = 58+72+57=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4839 is #C5B7C6. Grayscale: #424242. Windows color (decimal): -12957639 or 3754042. OLE color: 3754042.
HSL color Cylindrical-coordinate representation of color #3A4839: hue angle of 116º 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 #3A4839 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 57 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.72 |
| HSL | 116º | 0.12% | 0.25% | - |
| HSV(B) | 116º | 0.21% | 0.28% | - |
| XYZ | 4.8 | 5.83 | 4.74 | - |
| YUV | 66.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 57 | 0.19 | 0 | 0.21 | 0.72 | 116 | 0.12 | 0.25 |
| Hex | 3A | 48 | 39 | 13 | 0 | 15 | 48 | 74 | C | 19 |
| Octal | 72 | 110 | 71 | 23 | 0 | 25 | 110 | 164 | 14 | 31 |
| Binary | 111010 | 1001000 | 111001 | 10011 | 0 | 10101 | 1001000 | 1110100 | 1100 | 11001 |
Color Harmonies of #3A4839
Complementary color
Monochromatic Colors of #3A4839
Black with #3A4839
Text Example
Text Example
White with #3A4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4839; }
p { color: rgb(58,72,57); }
H1.HeaderClassName
{
color: #3A4839;
}
.AnyTagClassName
{
color: #3A4839;
}
</style>
background-color css
<style>
a { background-color: #3A4839; }
a { background-color: rgb(58,72,57); }
div.DivClassName
{
background-color: #3A4839;
}
.BgClassName
{
background-color: #3A4839;
}
</style>
border-color css
<style>
span { border-color: #3A4839; }
span { border-color: rgb(58,72,57); }
td.TdClassName
{
border-color: #3A4839;
}
.TagClassName
{
border-color: #3A4839;
}
</style>