Shades of Palm Leaf #31521D
Tints of Palm Leaf #31521D
RGB
CMYK
RGB Variations
Color information
#31521D (or 0x31521D) is known color: Palm Leaf. HEX triplet: 31, 52 and 1D. RGB value is (49,82,29). Sum of RGB (Red+Green+Blue) = 49+82+29=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #31521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31521D is #CEADE2. Grayscale: #424242. Windows color (decimal): -13544931 or 1921585. OLE color: 1921585.
HSL color Cylindrical-coordinate representation of color #31521D: hue angle of 97.36º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31521D is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 29 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.68 |
| HSL | 97.36º | 0.48% | 0.22% | - |
| HSV(B) | 97.36º | 0.65% | 0.32% | - |
| XYZ | 4.51 | 6.78 | 2.23 | - |
| YUV | 66.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 29 | 0.40 | 0 | 0.65 | 0.68 | 97.36 | 0.48 | 0.22 |
| Hex | 31 | 52 | 1D | 28 | 0 | 41 | 44 | 61 | 30 | 16 |
| Octal | 61 | 122 | 35 | 50 | 0 | 101 | 104 | 141 | 60 | 26 |
| Binary | 110001 | 1010010 | 11101 | 101000 | 0 | 1000001 | 1000100 | 1100001 | 110000 | 10110 |
Color Harmonies of #31521D
Complementary color
Monochromatic Colors of #31521D
Black with #31521D
Text Example
Text Example
White with #31521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31521D; }
p { color: rgb(49,82,29); }
H1.HeaderClassName
{
color: #31521D;
}
.AnyTagClassName
{
color: #31521D;
}
</style>
background-color css
<style>
a { background-color: #31521D; }
a { background-color: rgb(49,82,29); }
div.DivClassName
{
background-color: #31521D;
}
.BgClassName
{
background-color: #31521D;
}
</style>
border-color css
<style>
span { border-color: #31521D; }
span { border-color: rgb(49,82,29); }
td.TdClassName
{
border-color: #31521D;
}
.TagClassName
{
border-color: #31521D;
}
</style>