Shades of Palm Leaf #31551E
Tints of Palm Leaf #31551E
RGB
CMYK
RGB Variations
Color information
#31551E (or 0x31551E) is known color: Palm Leaf. HEX triplet: 31, 55 and 1E. RGB value is (49,85,30). Sum of RGB (Red+Green+Blue) = 49+85+30=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #31551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31551E is #CEAAE1. Grayscale: #444444. Windows color (decimal): -13544162 or 1987889. OLE color: 1987889.
HSL color Cylindrical-coordinate representation of color #31551E: hue angle of 99.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31551E is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 30 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.67 |
| HSL | 99.27º | 0.48% | 0.23% | - |
| HSV(B) | 99.27º | 0.65% | 0.33% | - |
| XYZ | 4.75 | 7.24 | 2.38 | - |
| YUV | 67.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 30 | 0.42 | 0 | 0.65 | 0.67 | 99.27 | 0.48 | 0.23 |
| Hex | 31 | 55 | 1E | 2A | 0 | 41 | 43 | 63 | 30 | 17 |
| Octal | 61 | 125 | 36 | 52 | 0 | 101 | 103 | 143 | 60 | 27 |
| Binary | 110001 | 1010101 | 11110 | 101010 | 0 | 1000001 | 1000011 | 1100011 | 110000 | 10111 |
Color Harmonies of #31551E
Complementary color
Monochromatic Colors of #31551E
Black with #31551E
Text Example
Text Example
White with #31551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31551E; }
p { color: rgb(49,85,30); }
H1.HeaderClassName
{
color: #31551E;
}
.AnyTagClassName
{
color: #31551E;
}
</style>
background-color css
<style>
a { background-color: #31551E; }
a { background-color: rgb(49,85,30); }
div.DivClassName
{
background-color: #31551E;
}
.BgClassName
{
background-color: #31551E;
}
</style>
border-color css
<style>
span { border-color: #31551E; }
span { border-color: rgb(49,85,30); }
td.TdClassName
{
border-color: #31551E;
}
.TagClassName
{
border-color: #31551E;
}
</style>