Shades of Palm Leaf #31501D
Tints of Palm Leaf #31501D
RGB
CMYK
RGB Variations
Color information
#31501D (or 0x31501D) is known color: Palm Leaf. HEX triplet: 31, 50 and 1D. RGB value is (49,80,29). Sum of RGB (Red+Green+Blue) = 49+80+29=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #31501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31501D is #CEAFE2. Grayscale: #414141. Windows color (decimal): -13545443 or 1921073. OLE color: 1921073.
HSL color Cylindrical-coordinate representation of color #31501D: hue angle of 96.47º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31501D is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 29 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.69 |
| HSL | 96.47º | 0.47% | 0.21% | - |
| HSV(B) | 96.47º | 0.64% | 0.31% | - |
| XYZ | 4.36 | 6.48 | 2.18 | - |
| YUV | 64.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 29 | 0.39 | 0 | 0.64 | 0.69 | 96.47 | 0.47 | 0.21 |
| Hex | 31 | 50 | 1D | 27 | 0 | 40 | 45 | 60 | 2F | 15 |
| Octal | 61 | 120 | 35 | 47 | 0 | 100 | 105 | 140 | 57 | 25 |
| Binary | 110001 | 1010000 | 11101 | 100111 | 0 | 1000000 | 1000101 | 1100000 | 101111 | 10101 |
Color Harmonies of #31501D
Complementary color
Monochromatic Colors of #31501D
Black with #31501D
Text Example
Text Example
White with #31501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31501D; }
p { color: rgb(49,80,29); }
H1.HeaderClassName
{
color: #31501D;
}
.AnyTagClassName
{
color: #31501D;
}
</style>
background-color css
<style>
a { background-color: #31501D; }
a { background-color: rgb(49,80,29); }
div.DivClassName
{
background-color: #31501D;
}
.BgClassName
{
background-color: #31501D;
}
</style>
border-color css
<style>
span { border-color: #31501D; }
span { border-color: rgb(49,80,29); }
td.TdClassName
{
border-color: #31501D;
}
.TagClassName
{
border-color: #31501D;
}
</style>