Shades of Palm Leaf #394F37
Tints of Palm Leaf #394F37
RGB
CMYK
RGB Variations
Color information
#394F37 (or 0x394F37) is known color: Palm Leaf. HEX triplet: 39, 4F and 37. RGB value is (57,79,55). Sum of RGB (Red+Green+Blue) = 57+79+55=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #394F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F37 is #C6B0C8. Grayscale: #454545. Windows color (decimal): -13021385 or 3624761. OLE color: 3624761.
HSL color Cylindrical-coordinate representation of color #394F37: hue angle of 115º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394F37 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 79 | 55 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.69 |
| HSL | 115º | 0.18% | 0.26% | - |
| HSV(B) | 115º | 0.3% | 0.31% | - |
| XYZ | 5.17 | 6.74 | 4.64 | - |
| YUV | 69.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 55 | 0.28 | 0 | 0.30 | 0.69 | 115 | 0.18 | 0.26 |
| Hex | 39 | 4F | 37 | 1C | 0 | 1E | 45 | 73 | 12 | 1A |
| Octal | 71 | 117 | 67 | 34 | 0 | 36 | 105 | 163 | 22 | 32 |
| Binary | 111001 | 1001111 | 110111 | 11100 | 0 | 11110 | 1000101 | 1110011 | 10010 | 11010 |
Color Harmonies of #394F37
Complementary color
Monochromatic Colors of #394F37
Black with #394F37
Text Example
Text Example
White with #394F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F37; }
p { color: rgb(57,79,55); }
H1.HeaderClassName
{
color: #394F37;
}
.AnyTagClassName
{
color: #394F37;
}
</style>
background-color css
<style>
a { background-color: #394F37; }
a { background-color: rgb(57,79,55); }
div.DivClassName
{
background-color: #394F37;
}
.BgClassName
{
background-color: #394F37;
}
</style>
border-color css
<style>
span { border-color: #394F37; }
span { border-color: rgb(57,79,55); }
td.TdClassName
{
border-color: #394F37;
}
.TagClassName
{
border-color: #394F37;
}
</style>