Shades of Palm Leaf #3A4F2D
Tints of Palm Leaf #3A4F2D
RGB
CMYK
RGB Variations
Color information
#3A4F2D (or 0x3A4F2D) is known color: Palm Leaf. HEX triplet: 3A, 4F and 2D. RGB value is (58,79,45). Sum of RGB (Red+Green+Blue) = 58+79+45=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F2D is #C5B0D2. Grayscale: #444444. Windows color (decimal): -12955859 or 2969402. OLE color: 2969402.
HSL color Cylindrical-coordinate representation of color #3A4F2D: hue angle of 97.06º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A4F2D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 45 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.69 |
| HSL | 97.06º | 0.27% | 0.24% | - |
| HSV(B) | 97.06º | 0.43% | 0.31% | - |
| XYZ | 5.01 | 6.68 | 3.51 | - |
| YUV | 68.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 45 | 0.27 | 0 | 0.43 | 0.69 | 97.06 | 0.27 | 0.24 |
| Hex | 3A | 4F | 2D | 1B | 0 | 2B | 45 | 61 | 1B | 18 |
| Octal | 72 | 117 | 55 | 33 | 0 | 53 | 105 | 141 | 33 | 30 |
| Binary | 111010 | 1001111 | 101101 | 11011 | 0 | 101011 | 1000101 | 1100001 | 11011 | 11000 |
Color Harmonies of #3A4F2D
Complementary color
Monochromatic Colors of #3A4F2D
Black with #3A4F2D
Text Example
Text Example
White with #3A4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F2D; }
p { color: rgb(58,79,45); }
H1.HeaderClassName
{
color: #3A4F2D;
}
.AnyTagClassName
{
color: #3A4F2D;
}
</style>
background-color css
<style>
a { background-color: #3A4F2D; }
a { background-color: rgb(58,79,45); }
div.DivClassName
{
background-color: #3A4F2D;
}
.BgClassName
{
background-color: #3A4F2D;
}
</style>
border-color css
<style>
span { border-color: #3A4F2D; }
span { border-color: rgb(58,79,45); }
td.TdClassName
{
border-color: #3A4F2D;
}
.TagClassName
{
border-color: #3A4F2D;
}
</style>