Shades of Palm Leaf #314928
Tints of Palm Leaf #314928
RGB
CMYK
RGB Variations
Color information
#314928 (or 0x314928) is known color: Palm Leaf. HEX triplet: 31, 49 and 28. RGB value is (49,73,40). Sum of RGB (Red+Green+Blue) = 49+73+40=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #314928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314928 is #CEB6D7. Grayscale: #3E3E3E. Windows color (decimal): -13547224 or 2640177. OLE color: 2640177.
HSL color Cylindrical-coordinate representation of color #314928: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314928 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 73 | 40 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.71 |
| HSL | 103.64º | 0.29% | 0.22% | - |
| HSV(B) | 103.64º | 0.45% | 0.29% | - |
| XYZ | 4.03 | 5.57 | 2.87 | - |
| YUV | 62.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 40 | 0.33 | 0 | 0.45 | 0.71 | 103.64 | 0.29 | 0.22 |
| Hex | 31 | 49 | 28 | 21 | 0 | 2D | 47 | 68 | 1D | 16 |
| Octal | 61 | 111 | 50 | 41 | 0 | 55 | 107 | 150 | 35 | 26 |
| Binary | 110001 | 1001001 | 101000 | 100001 | 0 | 101101 | 1000111 | 1101000 | 11101 | 10110 |
Color Harmonies of #314928
Complementary color
Monochromatic Colors of #314928
Black with #314928
Text Example
Text Example
White with #314928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314928; }
p { color: rgb(49,73,40); }
H1.HeaderClassName
{
color: #314928;
}
.AnyTagClassName
{
color: #314928;
}
</style>
background-color css
<style>
a { background-color: #314928; }
a { background-color: rgb(49,73,40); }
div.DivClassName
{
background-color: #314928;
}
.BgClassName
{
background-color: #314928;
}
</style>
border-color css
<style>
span { border-color: #314928; }
span { border-color: rgb(49,73,40); }
td.TdClassName
{
border-color: #314928;
}
.TagClassName
{
border-color: #314928;
}
</style>