Shades of Palm Leaf #3A4F32
Tints of Palm Leaf #3A4F32
RGB
CMYK
RGB Variations
Color information
#3A4F32 (or 0x3A4F32) is known color: Palm Leaf. HEX triplet: 3A, 4F and 32. RGB value is (58,79,50). Sum of RGB (Red+Green+Blue) = 58+79+50=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F32 is #C5B0CD. Grayscale: #454545. Windows color (decimal): -12955854 or 3297082. OLE color: 3297082.
HSL color Cylindrical-coordinate representation of color #3A4F32: hue angle of 103.45º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A4F32 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 50 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.69 |
| HSL | 103.45º | 0.22% | 0.25% | - |
| HSV(B) | 103.45º | 0.37% | 0.31% | - |
| XYZ | 5.12 | 6.72 | 4.05 | - |
| YUV | 69.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 50 | 0.27 | 0 | 0.37 | 0.69 | 103.45 | 0.22 | 0.25 |
| Hex | 3A | 4F | 32 | 1B | 0 | 25 | 45 | 67 | 16 | 19 |
| Octal | 72 | 117 | 62 | 33 | 0 | 45 | 105 | 147 | 26 | 31 |
| Binary | 111010 | 1001111 | 110010 | 11011 | 0 | 100101 | 1000101 | 1100111 | 10110 | 11001 |
Color Harmonies of #3A4F32
Complementary color
Monochromatic Colors of #3A4F32
Black with #3A4F32
Text Example
Text Example
White with #3A4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F32; }
p { color: rgb(58,79,50); }
H1.HeaderClassName
{
color: #3A4F32;
}
.AnyTagClassName
{
color: #3A4F32;
}
</style>
background-color css
<style>
a { background-color: #3A4F32; }
a { background-color: rgb(58,79,50); }
div.DivClassName
{
background-color: #3A4F32;
}
.BgClassName
{
background-color: #3A4F32;
}
</style>
border-color css
<style>
span { border-color: #3A4F32; }
span { border-color: rgb(58,79,50); }
td.TdClassName
{
border-color: #3A4F32;
}
.TagClassName
{
border-color: #3A4F32;
}
</style>