Shades of Palm Leaf #394D32
Tints of Palm Leaf #394D32
RGB
CMYK
RGB Variations
Color information
#394D32 (or 0x394D32) is known color: Palm Leaf. HEX triplet: 39, 4D and 32. RGB value is (57,77,50). Sum of RGB (Red+Green+Blue) = 57+77+50=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #394D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D32 is #C6B2CD. Grayscale: #444444. Windows color (decimal): -13021902 or 3296569. OLE color: 3296569.
HSL color Cylindrical-coordinate representation of color #394D32: hue angle of 104.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #394D32 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 50 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.70 |
| HSL | 104.44º | 0.21% | 0.25% | - |
| HSV(B) | 104.44º | 0.35% | 0.3% | - |
| XYZ | 4.92 | 6.41 | 4 | - |
| YUV | 67.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 50 | 0.26 | 0 | 0.35 | 0.70 | 104.44 | 0.21 | 0.25 |
| Hex | 39 | 4D | 32 | 1A | 0 | 23 | 46 | 68 | 15 | 19 |
| Octal | 71 | 115 | 62 | 32 | 0 | 43 | 106 | 150 | 25 | 31 |
| Binary | 111001 | 1001101 | 110010 | 11010 | 0 | 100011 | 1000110 | 1101000 | 10101 | 11001 |
Color Harmonies of #394D32
Complementary color
Monochromatic Colors of #394D32
Black with #394D32
Text Example
Text Example
White with #394D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D32; }
p { color: rgb(57,77,50); }
H1.HeaderClassName
{
color: #394D32;
}
.AnyTagClassName
{
color: #394D32;
}
</style>
background-color css
<style>
a { background-color: #394D32; }
a { background-color: rgb(57,77,50); }
div.DivClassName
{
background-color: #394D32;
}
.BgClassName
{
background-color: #394D32;
}
</style>
border-color css
<style>
span { border-color: #394D32; }
span { border-color: rgb(57,77,50); }
td.TdClassName
{
border-color: #394D32;
}
.TagClassName
{
border-color: #394D32;
}
</style>