Shades of Palm Leaf #3A4636
Tints of Palm Leaf #3A4636
RGB
CMYK
RGB Variations
Color information
#3A4636 (or 0x3A4636) is known color: Palm Leaf. HEX triplet: 3A, 46 and 36. RGB value is (58,70,54). Sum of RGB (Red+Green+Blue) = 58+70+54=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4636 is #C5B9C9. Grayscale: #404040. Windows color (decimal): -12958154 or 3556922. OLE color: 3556922.
HSL color Cylindrical-coordinate representation of color #3A4636: hue angle of 105º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A4636 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 54 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.73 |
| HSL | 105º | 0.13% | 0.24% | - |
| HSV(B) | 105º | 0.23% | 0.27% | - |
| XYZ | 4.6 | 5.55 | 4.32 | - |
| YUV | 64.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 54 | 0.17 | 0 | 0.23 | 0.73 | 105 | 0.13 | 0.24 |
| Hex | 3A | 46 | 36 | 11 | 0 | 17 | 49 | 69 | D | 18 |
| Octal | 72 | 106 | 66 | 21 | 0 | 27 | 111 | 151 | 15 | 30 |
| Binary | 111010 | 1000110 | 110110 | 10001 | 0 | 10111 | 1001001 | 1101001 | 1101 | 11000 |
Color Harmonies of #3A4636
Complementary color
Monochromatic Colors of #3A4636
Black with #3A4636
Text Example
Text Example
White with #3A4636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4636; }
p { color: rgb(58,70,54); }
H1.HeaderClassName
{
color: #3A4636;
}
.AnyTagClassName
{
color: #3A4636;
}
</style>
background-color css
<style>
a { background-color: #3A4636; }
a { background-color: rgb(58,70,54); }
div.DivClassName
{
background-color: #3A4636;
}
.BgClassName
{
background-color: #3A4636;
}
</style>
border-color css
<style>
span { border-color: #3A4636; }
span { border-color: rgb(58,70,54); }
td.TdClassName
{
border-color: #3A4636;
}
.TagClassName
{
border-color: #3A4636;
}
</style>