Shades of Palm Leaf #314129
Tints of Palm Leaf #314129
RGB
CMYK
RGB Variations
Color information
#314129 (or 0x314129) is known color: Palm Leaf. HEX triplet: 31, 41 and 29. RGB value is (49,65,41). Sum of RGB (Red+Green+Blue) = 49+65+41=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #314129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314129 is #CEBED6. Grayscale: #393939. Windows color (decimal): -13549271 or 2703665. OLE color: 2703665.
HSL color Cylindrical-coordinate representation of color #314129: hue angle of 100º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314129 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 41 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.75 |
| HSL | 100º | 0.23% | 0.21% | - |
| HSV(B) | 100º | 0.37% | 0.25% | - |
| XYZ | 3.56 | 4.59 | 2.8 | - |
| YUV | 57.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 41 | 0.25 | 0 | 0.37 | 0.75 | 100 | 0.23 | 0.21 |
| Hex | 31 | 41 | 29 | 19 | 0 | 25 | 4B | 64 | 17 | 15 |
| Octal | 61 | 101 | 51 | 31 | 0 | 45 | 113 | 144 | 27 | 25 |
| Binary | 110001 | 1000001 | 101001 | 11001 | 0 | 100101 | 1001011 | 1100100 | 10111 | 10101 |
Color Harmonies of #314129
Complementary color
Monochromatic Colors of #314129
Black with #314129
Text Example
Text Example
White with #314129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314129; }
p { color: rgb(49,65,41); }
H1.HeaderClassName
{
color: #314129;
}
.AnyTagClassName
{
color: #314129;
}
</style>
background-color css
<style>
a { background-color: #314129; }
a { background-color: rgb(49,65,41); }
div.DivClassName
{
background-color: #314129;
}
.BgClassName
{
background-color: #314129;
}
</style>
border-color css
<style>
span { border-color: #314129; }
span { border-color: rgb(49,65,41); }
td.TdClassName
{
border-color: #314129;
}
.TagClassName
{
border-color: #314129;
}
</style>