Shades of Palm Leaf #31462C
Tints of Palm Leaf #31462C
RGB
CMYK
RGB Variations
Color information
#31462C (or 0x31462C) is known color: Palm Leaf. HEX triplet: 31, 46 and 2C. RGB value is (49,70,44). Sum of RGB (Red+Green+Blue) = 49+70+44=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #31462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31462C is #CEB9D3. Grayscale: #3C3C3C. Windows color (decimal): -13547988 or 2901553. OLE color: 2901553.
HSL color Cylindrical-coordinate representation of color #31462C: hue angle of 108.46º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31462C is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 70 | 44 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.73 |
| HSL | 108.46º | 0.23% | 0.22% | - |
| HSV(B) | 108.46º | 0.37% | 0.27% | - |
| XYZ | 3.91 | 5.22 | 3.18 | - |
| YUV | 60.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 44 | 0.30 | 0 | 0.37 | 0.73 | 108.46 | 0.23 | 0.22 |
| Hex | 31 | 46 | 2C | 1E | 0 | 25 | 49 | 6C | 17 | 16 |
| Octal | 61 | 106 | 54 | 36 | 0 | 45 | 111 | 154 | 27 | 26 |
| Binary | 110001 | 1000110 | 101100 | 11110 | 0 | 100101 | 1001001 | 1101100 | 10111 | 10110 |
Color Harmonies of #31462C
Complementary color
Monochromatic Colors of #31462C
Black with #31462C
Text Example
Text Example
White with #31462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31462C; }
p { color: rgb(49,70,44); }
H1.HeaderClassName
{
color: #31462C;
}
.AnyTagClassName
{
color: #31462C;
}
</style>
background-color css
<style>
a { background-color: #31462C; }
a { background-color: rgb(49,70,44); }
div.DivClassName
{
background-color: #31462C;
}
.BgClassName
{
background-color: #31462C;
}
</style>
border-color css
<style>
span { border-color: #31462C; }
span { border-color: rgb(49,70,44); }
td.TdClassName
{
border-color: #31462C;
}
.TagClassName
{
border-color: #31462C;
}
</style>