Shades of Palm Leaf #31482C
Tints of Palm Leaf #31482C
RGB
CMYK
RGB Variations
Color information
#31482C (or 0x31482C) is known color: Palm Leaf. HEX triplet: 31, 48 and 2C. RGB value is (49,72,44). Sum of RGB (Red+Green+Blue) = 49+72+44=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #31482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31482C is #CEB7D3. Grayscale: #3E3E3E. Windows color (decimal): -13547476 or 2902065. OLE color: 2902065.
HSL color Cylindrical-coordinate representation of color #31482C: hue angle of 109.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31482C is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 44 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.72 |
| HSL | 109.29º | 0.24% | 0.23% | - |
| HSV(B) | 109.29º | 0.39% | 0.28% | - |
| XYZ | 4.04 | 5.47 | 3.23 | - |
| YUV | 61.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 44 | 0.32 | 0 | 0.39 | 0.72 | 109.29 | 0.24 | 0.23 |
| Hex | 31 | 48 | 2C | 20 | 0 | 27 | 48 | 6D | 18 | 17 |
| Octal | 61 | 110 | 54 | 40 | 0 | 47 | 110 | 155 | 30 | 27 |
| Binary | 110001 | 1001000 | 101100 | 100000 | 0 | 100111 | 1001000 | 1101101 | 11000 | 10111 |
Color Harmonies of #31482C
Complementary color
Monochromatic Colors of #31482C
Black with #31482C
Text Example
Text Example
White with #31482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31482C; }
p { color: rgb(49,72,44); }
H1.HeaderClassName
{
color: #31482C;
}
.AnyTagClassName
{
color: #31482C;
}
</style>
background-color css
<style>
a { background-color: #31482C; }
a { background-color: rgb(49,72,44); }
div.DivClassName
{
background-color: #31482C;
}
.BgClassName
{
background-color: #31482C;
}
</style>
border-color css
<style>
span { border-color: #31482C; }
span { border-color: rgb(49,72,44); }
td.TdClassName
{
border-color: #31482C;
}
.TagClassName
{
border-color: #31482C;
}
</style>