Shades of Palm Leaf #31532B
Tints of Palm Leaf #31532B
RGB
CMYK
RGB Variations
Color information
#31532B (or 0x31532B) is known color: Palm Leaf. HEX triplet: 31, 53 and 2B. RGB value is (49,83,43). Sum of RGB (Red+Green+Blue) = 49+83+43=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #31532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532B is #CEACD4. Grayscale: #444444. Windows color (decimal): -13544661 or 2839345. OLE color: 2839345.
HSL color Cylindrical-coordinate representation of color #31532B: hue angle of 111º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31532B is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 43 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.67 |
| HSL | 111º | 0.32% | 0.25% | - |
| HSV(B) | 111º | 0.48% | 0.33% | - |
| XYZ | 4.8 | 7.01 | 3.39 | - |
| YUV | 68.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 43 | 0.41 | 0 | 0.48 | 0.67 | 111 | 0.32 | 0.25 |
| Hex | 31 | 53 | 2B | 29 | 0 | 30 | 43 | 6F | 20 | 19 |
| Octal | 61 | 123 | 53 | 51 | 0 | 60 | 103 | 157 | 40 | 31 |
| Binary | 110001 | 1010011 | 101011 | 101001 | 0 | 110000 | 1000011 | 1101111 | 100000 | 11001 |
Color Harmonies of #31532B
Complementary color
Monochromatic Colors of #31532B
Black with #31532B
Text Example
Text Example
White with #31532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31532B; }
p { color: rgb(49,83,43); }
H1.HeaderClassName
{
color: #31532B;
}
.AnyTagClassName
{
color: #31532B;
}
</style>
background-color css
<style>
a { background-color: #31532B; }
a { background-color: rgb(49,83,43); }
div.DivClassName
{
background-color: #31532B;
}
.BgClassName
{
background-color: #31532B;
}
</style>
border-color css
<style>
span { border-color: #31532B; }
span { border-color: rgb(49,83,43); }
td.TdClassName
{
border-color: #31532B;
}
.TagClassName
{
border-color: #31532B;
}
</style>