Shades of Palm Leaf #31541F
Tints of Palm Leaf #31541F
RGB
CMYK
RGB Variations
Color information
#31541F (or 0x31541F) is known color: Palm Leaf. HEX triplet: 31, 54 and 1F. RGB value is (49,84,31). Sum of RGB (Red+Green+Blue) = 49+84+31=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #31541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31541F is #CEABE0. Grayscale: #434343. Windows color (decimal): -13544417 or 2053169. OLE color: 2053169.
HSL color Cylindrical-coordinate representation of color #31541F: hue angle of 99.62º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31541F is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 31 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.67 |
| HSL | 99.62º | 0.46% | 0.23% | - |
| HSV(B) | 99.62º | 0.63% | 0.33% | - |
| XYZ | 4.68 | 7.09 | 2.42 | - |
| YUV | 67.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 31 | 0.42 | 0 | 0.63 | 0.67 | 99.62 | 0.46 | 0.23 |
| Hex | 31 | 54 | 1F | 2A | 0 | 3F | 43 | 64 | 2E | 17 |
| Octal | 61 | 124 | 37 | 52 | 0 | 77 | 103 | 144 | 56 | 27 |
| Binary | 110001 | 1010100 | 11111 | 101010 | 0 | 111111 | 1000011 | 1100100 | 101110 | 10111 |
Color Harmonies of #31541F
Complementary color
Monochromatic Colors of #31541F
Black with #31541F
Text Example
Text Example
White with #31541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31541F; }
p { color: rgb(49,84,31); }
H1.HeaderClassName
{
color: #31541F;
}
.AnyTagClassName
{
color: #31541F;
}
</style>
background-color css
<style>
a { background-color: #31541F; }
a { background-color: rgb(49,84,31); }
div.DivClassName
{
background-color: #31541F;
}
.BgClassName
{
background-color: #31541F;
}
</style>
border-color css
<style>
span { border-color: #31541F; }
span { border-color: rgb(49,84,31); }
td.TdClassName
{
border-color: #31541F;
}
.TagClassName
{
border-color: #31541F;
}
</style>