Shades of Palm Leaf #3A4E30
Tints of Palm Leaf #3A4E30
RGB
CMYK
RGB Variations
Color information
#3A4E30 (or 0x3A4E30) is known color: Palm Leaf. HEX triplet: 3A, 4E and 30. RGB value is (58,78,48). Sum of RGB (Red+Green+Blue) = 58+78+48=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E30 is #C5B1CF. Grayscale: #444444. Windows color (decimal): -12956112 or 3165754. OLE color: 3165754.
HSL color Cylindrical-coordinate representation of color #3A4E30: hue angle of 100º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A4E30 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 78 | 48 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.69 |
| HSL | 100º | 0.24% | 0.25% | - |
| HSV(B) | 100º | 0.38% | 0.31% | - |
| XYZ | 5 | 6.56 | 3.8 | - |
| YUV | 68.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 48 | 0.26 | 0 | 0.38 | 0.69 | 100 | 0.24 | 0.25 |
| Hex | 3A | 4E | 30 | 1A | 0 | 26 | 45 | 64 | 18 | 19 |
| Octal | 72 | 116 | 60 | 32 | 0 | 46 | 105 | 144 | 30 | 31 |
| Binary | 111010 | 1001110 | 110000 | 11010 | 0 | 100110 | 1000101 | 1100100 | 11000 | 11001 |
Color Harmonies of #3A4E30
Complementary color
Monochromatic Colors of #3A4E30
Black with #3A4E30
Text Example
Text Example
White with #3A4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E30; }
p { color: rgb(58,78,48); }
H1.HeaderClassName
{
color: #3A4E30;
}
.AnyTagClassName
{
color: #3A4E30;
}
</style>
background-color css
<style>
a { background-color: #3A4E30; }
a { background-color: rgb(58,78,48); }
div.DivClassName
{
background-color: #3A4E30;
}
.BgClassName
{
background-color: #3A4E30;
}
</style>
border-color css
<style>
span { border-color: #3A4E30; }
span { border-color: rgb(58,78,48); }
td.TdClassName
{
border-color: #3A4E30;
}
.TagClassName
{
border-color: #3A4E30;
}
</style>