Shades of Palm Leaf #394F2D
Tints of Palm Leaf #394F2D
RGB
CMYK
RGB Variations
Color information
#394F2D (or 0x394F2D) is known color: Palm Leaf. HEX triplet: 39, 4F and 2D. RGB value is (57,79,45). Sum of RGB (Red+Green+Blue) = 57+79+45=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #394F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F2D is #C6B0D2. Grayscale: #444444. Windows color (decimal): -13021395 or 2969401. OLE color: 2969401.
HSL color Cylindrical-coordinate representation of color #394F2D: hue angle of 98.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #394F2D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 79 | 45 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.69 |
| HSL | 98.82º | 0.27% | 0.24% | - |
| HSV(B) | 98.82º | 0.43% | 0.31% | - |
| XYZ | 4.96 | 6.65 | 3.51 | - |
| YUV | 68.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 45 | 0.28 | 0 | 0.43 | 0.69 | 98.82 | 0.27 | 0.24 |
| Hex | 39 | 4F | 2D | 1C | 0 | 2B | 45 | 63 | 1B | 18 |
| Octal | 71 | 117 | 55 | 34 | 0 | 53 | 105 | 143 | 33 | 30 |
| Binary | 111001 | 1001111 | 101101 | 11100 | 0 | 101011 | 1000101 | 1100011 | 11011 | 11000 |
Color Harmonies of #394F2D
Complementary color
Monochromatic Colors of #394F2D
Black with #394F2D
Text Example
Text Example
White with #394F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F2D; }
p { color: rgb(57,79,45); }
H1.HeaderClassName
{
color: #394F2D;
}
.AnyTagClassName
{
color: #394F2D;
}
</style>
background-color css
<style>
a { background-color: #394F2D; }
a { background-color: rgb(57,79,45); }
div.DivClassName
{
background-color: #394F2D;
}
.BgClassName
{
background-color: #394F2D;
}
</style>
border-color css
<style>
span { border-color: #394F2D; }
span { border-color: rgb(57,79,45); }
td.TdClassName
{
border-color: #394F2D;
}
.TagClassName
{
border-color: #394F2D;
}
</style>