Shades of Palm Leaf #31531E
Tints of Palm Leaf #31531E
RGB
CMYK
RGB Variations
Color information
#31531E (or 0x31531E) is known color: Palm Leaf. HEX triplet: 31, 53 and 1E. RGB value is (49,83,30). Sum of RGB (Red+Green+Blue) = 49+83+30=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #31531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31531E is #CEACE1. Grayscale: #424242. Windows color (decimal): -13544674 or 1987377. OLE color: 1987377.
HSL color Cylindrical-coordinate representation of color #31531E: hue angle of 98.49º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31531E is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 30 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.67 |
| HSL | 98.49º | 0.47% | 0.22% | - |
| HSV(B) | 98.49º | 0.64% | 0.33% | - |
| XYZ | 4.59 | 6.93 | 2.32 | - |
| YUV | 66.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 30 | 0.41 | 0 | 0.64 | 0.67 | 98.49 | 0.47 | 0.22 |
| Hex | 31 | 53 | 1E | 29 | 0 | 40 | 43 | 62 | 2F | 16 |
| Octal | 61 | 123 | 36 | 51 | 0 | 100 | 103 | 142 | 57 | 26 |
| Binary | 110001 | 1010011 | 11110 | 101001 | 0 | 1000000 | 1000011 | 1100010 | 101111 | 10110 |
Color Harmonies of #31531E
Complementary color
Monochromatic Colors of #31531E
Black with #31531E
Text Example
Text Example
White with #31531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31531E; }
p { color: rgb(49,83,30); }
H1.HeaderClassName
{
color: #31531E;
}
.AnyTagClassName
{
color: #31531E;
}
</style>
background-color css
<style>
a { background-color: #31531E; }
a { background-color: rgb(49,83,30); }
div.DivClassName
{
background-color: #31531E;
}
.BgClassName
{
background-color: #31531E;
}
</style>
border-color css
<style>
span { border-color: #31531E; }
span { border-color: rgb(49,83,30); }
td.TdClassName
{
border-color: #31531E;
}
.TagClassName
{
border-color: #31531E;
}
</style>