Shades of Palm Leaf #314828
Tints of Palm Leaf #314828
RGB
CMYK
RGB Variations
Color information
#314828 (or 0x314828) is known color: Palm Leaf. HEX triplet: 31, 48 and 28. RGB value is (49,72,40). Sum of RGB (Red+Green+Blue) = 49+72+40=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #314828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314828 is #CEB7D7. Grayscale: #3D3D3D. Windows color (decimal): -13547480 or 2639921. OLE color: 2639921.
HSL color Cylindrical-coordinate representation of color #314828: hue angle of 103.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314828 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 40 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.72 |
| HSL | 103.13º | 0.29% | 0.22% | - |
| HSV(B) | 103.13º | 0.44% | 0.28% | - |
| XYZ | 3.97 | 5.44 | 2.85 | - |
| YUV | 61.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 40 | 0.32 | 0 | 0.44 | 0.72 | 103.13 | 0.29 | 0.22 |
| Hex | 31 | 48 | 28 | 20 | 0 | 2C | 48 | 67 | 1D | 16 |
| Octal | 61 | 110 | 50 | 40 | 0 | 54 | 110 | 147 | 35 | 26 |
| Binary | 110001 | 1001000 | 101000 | 100000 | 0 | 101100 | 1001000 | 1100111 | 11101 | 10110 |
Color Harmonies of #314828
Complementary color
Monochromatic Colors of #314828
Black with #314828
Text Example
Text Example
White with #314828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314828; }
p { color: rgb(49,72,40); }
H1.HeaderClassName
{
color: #314828;
}
.AnyTagClassName
{
color: #314828;
}
</style>
background-color css
<style>
a { background-color: #314828; }
a { background-color: rgb(49,72,40); }
div.DivClassName
{
background-color: #314828;
}
.BgClassName
{
background-color: #314828;
}
</style>
border-color css
<style>
span { border-color: #314828; }
span { border-color: rgb(49,72,40); }
td.TdClassName
{
border-color: #314828;
}
.TagClassName
{
border-color: #314828;
}
</style>