Shades of Palm Leaf #31522C
Tints of Palm Leaf #31522C
RGB
CMYK
RGB Variations
Color information
#31522C (or 0x31522C) is known color: Palm Leaf. HEX triplet: 31, 52 and 2C. RGB value is (49,82,44). Sum of RGB (Red+Green+Blue) = 49+82+44=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #31522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31522C is #CEADD3. Grayscale: #434343. Windows color (decimal): -13544916 or 2904625. OLE color: 2904625.
HSL color Cylindrical-coordinate representation of color #31522C: hue angle of 112.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31522C is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 44 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.68 |
| HSL | 112.11º | 0.3% | 0.25% | - |
| HSV(B) | 112.11º | 0.46% | 0.32% | - |
| XYZ | 4.74 | 6.87 | 3.46 | - |
| YUV | 67.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 44 | 0.40 | 0 | 0.46 | 0.68 | 112.11 | 0.3 | 0.25 |
| Hex | 31 | 52 | 2C | 28 | 0 | 2E | 44 | 70 | 1E | 19 |
| Octal | 61 | 122 | 54 | 50 | 0 | 56 | 104 | 160 | 36 | 31 |
| Binary | 110001 | 1010010 | 101100 | 101000 | 0 | 101110 | 1000100 | 1110000 | 11110 | 11001 |
Color Harmonies of #31522C
Complementary color
Monochromatic Colors of #31522C
Black with #31522C
Text Example
Text Example
White with #31522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31522C; }
p { color: rgb(49,82,44); }
H1.HeaderClassName
{
color: #31522C;
}
.AnyTagClassName
{
color: #31522C;
}
</style>
background-color css
<style>
a { background-color: #31522C; }
a { background-color: rgb(49,82,44); }
div.DivClassName
{
background-color: #31522C;
}
.BgClassName
{
background-color: #31522C;
}
</style>
border-color css
<style>
span { border-color: #31522C; }
span { border-color: rgb(49,82,44); }
td.TdClassName
{
border-color: #31522C;
}
.TagClassName
{
border-color: #31522C;
}
</style>