Shades of Palm Leaf #3A572D
Tints of Palm Leaf #3A572D
RGB
CMYK
RGB Variations
Color information
#3A572D (or 0x3A572D) is known color: Palm Leaf. HEX triplet: 3A, 57 and 2D. RGB value is (58,87,45). Sum of RGB (Red+Green+Blue) = 58+87+45=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #3A572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A572D is #C5A8D2. Grayscale: #494949. Windows color (decimal): -12953811 or 2971450. OLE color: 2971450.
HSL color Cylindrical-coordinate representation of color #3A572D: hue angle of 101.43º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A572D is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 45 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.66 |
| HSL | 101.43º | 0.32% | 0.26% | - |
| HSV(B) | 101.43º | 0.48% | 0.34% | - |
| XYZ | 5.63 | 7.91 | 3.71 | - |
| YUV | 73.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 45 | 0.33 | 0 | 0.48 | 0.66 | 101.43 | 0.32 | 0.26 |
| Hex | 3A | 57 | 2D | 21 | 0 | 30 | 42 | 65 | 20 | 1A |
| Octal | 72 | 127 | 55 | 41 | 0 | 60 | 102 | 145 | 40 | 32 |
| Binary | 111010 | 1010111 | 101101 | 100001 | 0 | 110000 | 1000010 | 1100101 | 100000 | 11010 |
Color Harmonies of #3A572D
Complementary color
Monochromatic Colors of #3A572D
Black with #3A572D
Text Example
Text Example
White with #3A572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A572D; }
p { color: rgb(58,87,45); }
H1.HeaderClassName
{
color: #3A572D;
}
.AnyTagClassName
{
color: #3A572D;
}
</style>
background-color css
<style>
a { background-color: #3A572D; }
a { background-color: rgb(58,87,45); }
div.DivClassName
{
background-color: #3A572D;
}
.BgClassName
{
background-color: #3A572D;
}
</style>
border-color css
<style>
span { border-color: #3A572D; }
span { border-color: rgb(58,87,45); }
td.TdClassName
{
border-color: #3A572D;
}
.TagClassName
{
border-color: #3A572D;
}
</style>