Shades of Palm Leaf #314128
Tints of Palm Leaf #314128
RGB
CMYK
RGB Variations
Color information
#314128 (or 0x314128) is known color: Palm Leaf. HEX triplet: 31, 41 and 28. RGB value is (49,65,40). Sum of RGB (Red+Green+Blue) = 49+65+40=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #314128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314128 is #CEBED7. Grayscale: #393939. Windows color (decimal): -13549272 or 2638129. OLE color: 2638129.
HSL color Cylindrical-coordinate representation of color #314128: hue angle of 98.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314128 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 40 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.75 |
| HSL | 98.4º | 0.24% | 0.21% | - |
| HSV(B) | 98.4º | 0.38% | 0.25% | - |
| XYZ | 3.54 | 4.59 | 2.71 | - |
| YUV | 57.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 40 | 0.25 | 0 | 0.38 | 0.75 | 98.4 | 0.24 | 0.21 |
| Hex | 31 | 41 | 28 | 19 | 0 | 26 | 4B | 62 | 18 | 15 |
| Octal | 61 | 101 | 50 | 31 | 0 | 46 | 113 | 142 | 30 | 25 |
| Binary | 110001 | 1000001 | 101000 | 11001 | 0 | 100110 | 1001011 | 1100010 | 11000 | 10101 |
Color Harmonies of #314128
Complementary color
Monochromatic Colors of #314128
Black with #314128
Text Example
Text Example
White with #314128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314128; }
p { color: rgb(49,65,40); }
H1.HeaderClassName
{
color: #314128;
}
.AnyTagClassName
{
color: #314128;
}
</style>
background-color css
<style>
a { background-color: #314128; }
a { background-color: rgb(49,65,40); }
div.DivClassName
{
background-color: #314128;
}
.BgClassName
{
background-color: #314128;
}
</style>
border-color css
<style>
span { border-color: #314128; }
span { border-color: rgb(49,65,40); }
td.TdClassName
{
border-color: #314128;
}
.TagClassName
{
border-color: #314128;
}
</style>