Shades of Palm Leaf #31571D
Tints of Palm Leaf #31571D
RGB
CMYK
RGB Variations
Color information
#31571D (or 0x31571D) is known color: Palm Leaf. HEX triplet: 31, 57 and 1D. RGB value is (49,87,29). Sum of RGB (Red+Green+Blue) = 49+87+29=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #31571D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31571D is #CEA8E2. Grayscale: #454545. Windows color (decimal): -13543651 or 1922865. OLE color: 1922865.
HSL color Cylindrical-coordinate representation of color #31571D: hue angle of 99.31º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31571D is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 29 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.66 |
| HSL | 99.31º | 0.5% | 0.23% | - |
| HSV(B) | 99.31º | 0.67% | 0.34% | - |
| XYZ | 4.9 | 7.56 | 2.36 | - |
| YUV | 69.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 29 | 0.44 | 0 | 0.67 | 0.66 | 99.31 | 0.5 | 0.23 |
| Hex | 31 | 57 | 1D | 2C | 0 | 43 | 42 | 63 | 32 | 17 |
| Octal | 61 | 127 | 35 | 54 | 0 | 103 | 102 | 143 | 62 | 27 |
| Binary | 110001 | 1010111 | 11101 | 101100 | 0 | 1000011 | 1000010 | 1100011 | 110010 | 10111 |
Color Harmonies of #31571D
Complementary color
Monochromatic Colors of #31571D
Black with #31571D
Text Example
Text Example
White with #31571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31571D; }
p { color: rgb(49,87,29); }
H1.HeaderClassName
{
color: #31571D;
}
.AnyTagClassName
{
color: #31571D;
}
</style>
background-color css
<style>
a { background-color: #31571D; }
a { background-color: rgb(49,87,29); }
div.DivClassName
{
background-color: #31571D;
}
.BgClassName
{
background-color: #31571D;
}
</style>
border-color css
<style>
span { border-color: #31571D; }
span { border-color: rgb(49,87,29); }
td.TdClassName
{
border-color: #31571D;
}
.TagClassName
{
border-color: #31571D;
}
</style>