Shades of Palm Leaf #3A502F
Tints of Palm Leaf #3A502F
RGB
CMYK
RGB Variations
Color information
#3A502F (or 0x3A502F) is known color: Palm Leaf. HEX triplet: 3A, 50 and 2F. RGB value is (58,80,47). Sum of RGB (Red+Green+Blue) = 58+80+47=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502F is #C5AFD0. Grayscale: #454545. Windows color (decimal): -12955601 or 3100730. OLE color: 3100730.
HSL color Cylindrical-coordinate representation of color #3A502F: hue angle of 100º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A502F is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 47 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.69 |
| HSL | 100º | 0.26% | 0.25% | - |
| HSV(B) | 100º | 0.41% | 0.31% | - |
| XYZ | 5.13 | 6.84 | 3.74 | - |
| YUV | 69.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 47 | 0.28 | 0 | 0.41 | 0.69 | 100 | 0.26 | 0.25 |
| Hex | 3A | 50 | 2F | 1C | 0 | 29 | 45 | 64 | 1A | 19 |
| Octal | 72 | 120 | 57 | 34 | 0 | 51 | 105 | 144 | 32 | 31 |
| Binary | 111010 | 1010000 | 101111 | 11100 | 0 | 101001 | 1000101 | 1100100 | 11010 | 11001 |
Color Harmonies of #3A502F
Complementary color
Monochromatic Colors of #3A502F
Black with #3A502F
Text Example
Text Example
White with #3A502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A502F; }
p { color: rgb(58,80,47); }
H1.HeaderClassName
{
color: #3A502F;
}
.AnyTagClassName
{
color: #3A502F;
}
</style>
background-color css
<style>
a { background-color: #3A502F; }
a { background-color: rgb(58,80,47); }
div.DivClassName
{
background-color: #3A502F;
}
.BgClassName
{
background-color: #3A502F;
}
</style>
border-color css
<style>
span { border-color: #3A502F; }
span { border-color: rgb(58,80,47); }
td.TdClassName
{
border-color: #3A502F;
}
.TagClassName
{
border-color: #3A502F;
}
</style>