Shades of Palm Leaf #31511D
Tints of Palm Leaf #31511D
RGB
CMYK
RGB Variations
Color information
#31511D (or 0x31511D) is known color: Palm Leaf. HEX triplet: 31, 51 and 1D. RGB value is (49,81,29). Sum of RGB (Red+Green+Blue) = 49+81+29=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #31511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31511D is #CEAEE2. Grayscale: #414141. Windows color (decimal): -13545187 or 1921329. OLE color: 1921329.
HSL color Cylindrical-coordinate representation of color #31511D: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31511D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 29 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.68 |
| HSL | 96.92º | 0.47% | 0.22% | - |
| HSV(B) | 96.92º | 0.64% | 0.32% | - |
| XYZ | 4.43 | 6.63 | 2.21 | - |
| YUV | 65.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 29 | 0.40 | 0 | 0.64 | 0.68 | 96.92 | 0.47 | 0.22 |
| Hex | 31 | 51 | 1D | 28 | 0 | 40 | 44 | 61 | 2F | 16 |
| Octal | 61 | 121 | 35 | 50 | 0 | 100 | 104 | 141 | 57 | 26 |
| Binary | 110001 | 1010001 | 11101 | 101000 | 0 | 1000000 | 1000100 | 1100001 | 101111 | 10110 |
Color Harmonies of #31511D
Complementary color
Monochromatic Colors of #31511D
Black with #31511D
Text Example
Text Example
White with #31511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31511D; }
p { color: rgb(49,81,29); }
H1.HeaderClassName
{
color: #31511D;
}
.AnyTagClassName
{
color: #31511D;
}
</style>
background-color css
<style>
a { background-color: #31511D; }
a { background-color: rgb(49,81,29); }
div.DivClassName
{
background-color: #31511D;
}
.BgClassName
{
background-color: #31511D;
}
</style>
border-color css
<style>
span { border-color: #31511D; }
span { border-color: rgb(49,81,29); }
td.TdClassName
{
border-color: #31511D;
}
.TagClassName
{
border-color: #31511D;
}
</style>