Shades of Palm Leaf #31511E
Tints of Palm Leaf #31511E
RGB
CMYK
RGB Variations
Color information
#31511E (or 0x31511E) is known color: Palm Leaf. HEX triplet: 31, 51 and 1E. RGB value is (49,81,30). Sum of RGB (Red+Green+Blue) = 49+81+30=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #31511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31511E is #CEAEE1. Grayscale: #414141. Windows color (decimal): -13545186 or 1986865. OLE color: 1986865.
HSL color Cylindrical-coordinate representation of color #31511E: hue angle of 97.65º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31511E is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 30 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.68 |
| HSL | 97.65º | 0.46% | 0.22% | - |
| HSV(B) | 97.65º | 0.63% | 0.32% | - |
| XYZ | 4.44 | 6.63 | 2.27 | - |
| YUV | 65.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 30 | 0.40 | 0 | 0.63 | 0.68 | 97.65 | 0.46 | 0.22 |
| Hex | 31 | 51 | 1E | 28 | 0 | 3F | 44 | 62 | 2E | 16 |
| Octal | 61 | 121 | 36 | 50 | 0 | 77 | 104 | 142 | 56 | 26 |
| Binary | 110001 | 1010001 | 11110 | 101000 | 0 | 111111 | 1000100 | 1100010 | 101110 | 10110 |
Color Harmonies of #31511E
Complementary color
Monochromatic Colors of #31511E
Black with #31511E
Text Example
Text Example
White with #31511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31511E; }
p { color: rgb(49,81,30); }
H1.HeaderClassName
{
color: #31511E;
}
.AnyTagClassName
{
color: #31511E;
}
</style>
background-color css
<style>
a { background-color: #31511E; }
a { background-color: rgb(49,81,30); }
div.DivClassName
{
background-color: #31511E;
}
.BgClassName
{
background-color: #31511E;
}
</style>
border-color css
<style>
span { border-color: #31511E; }
span { border-color: rgb(49,81,30); }
td.TdClassName
{
border-color: #31511E;
}
.TagClassName
{
border-color: #31511E;
}
</style>