Shades of Palm Leaf #3A4C36
Tints of Palm Leaf #3A4C36
RGB
CMYK
RGB Variations
Color information
#3A4C36 (or 0x3A4C36) is known color: Palm Leaf. HEX triplet: 3A, 4C and 36. RGB value is (58,76,54). Sum of RGB (Red+Green+Blue) = 58+76+54=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C36 is #C5B3C9. Grayscale: #444444. Windows color (decimal): -12956618 or 3558458. OLE color: 3558458.
HSL color Cylindrical-coordinate representation of color #3A4C36: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A4C36 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 54 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.70 |
| HSL | 109.09º | 0.17% | 0.25% | - |
| HSV(B) | 109.09º | 0.29% | 0.3% | - |
| XYZ | 5 | 6.33 | 4.45 | - |
| YUV | 68.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 54 | 0.24 | 0 | 0.29 | 0.70 | 109.09 | 0.17 | 0.25 |
| Hex | 3A | 4C | 36 | 18 | 0 | 1D | 46 | 6D | 11 | 19 |
| Octal | 72 | 114 | 66 | 30 | 0 | 35 | 106 | 155 | 21 | 31 |
| Binary | 111010 | 1001100 | 110110 | 11000 | 0 | 11101 | 1000110 | 1101101 | 10001 | 11001 |
Color Harmonies of #3A4C36
Complementary color
Monochromatic Colors of #3A4C36
Black with #3A4C36
Text Example
Text Example
White with #3A4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C36; }
p { color: rgb(58,76,54); }
H1.HeaderClassName
{
color: #3A4C36;
}
.AnyTagClassName
{
color: #3A4C36;
}
</style>
background-color css
<style>
a { background-color: #3A4C36; }
a { background-color: rgb(58,76,54); }
div.DivClassName
{
background-color: #3A4C36;
}
.BgClassName
{
background-color: #3A4C36;
}
</style>
border-color css
<style>
span { border-color: #3A4C36; }
span { border-color: rgb(58,76,54); }
td.TdClassName
{
border-color: #3A4C36;
}
.TagClassName
{
border-color: #3A4C36;
}
</style>