Shades of Palm Leaf #314C28
Tints of Palm Leaf #314C28
RGB
CMYK
RGB Variations
Color information
#314C28 (or 0x314C28) is known color: Palm Leaf. HEX triplet: 31, 4C and 28. RGB value is (49,76,40). Sum of RGB (Red+Green+Blue) = 49+76+40=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #314C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C28 is #CEB3D7. Grayscale: #3F3F3F. Windows color (decimal): -13546456 or 2640945. OLE color: 2640945.
HSL color Cylindrical-coordinate representation of color #314C28: hue angle of 105º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314C28 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 40 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.70 |
| HSL | 105º | 0.31% | 0.23% | - |
| HSV(B) | 105º | 0.47% | 0.3% | - |
| XYZ | 4.23 | 5.98 | 2.94 | - |
| YUV | 63.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 40 | 0.36 | 0 | 0.47 | 0.70 | 105 | 0.31 | 0.23 |
| Hex | 31 | 4C | 28 | 24 | 0 | 2F | 46 | 69 | 1F | 17 |
| Octal | 61 | 114 | 50 | 44 | 0 | 57 | 106 | 151 | 37 | 27 |
| Binary | 110001 | 1001100 | 101000 | 100100 | 0 | 101111 | 1000110 | 1101001 | 11111 | 10111 |
Color Harmonies of #314C28
Complementary color
Monochromatic Colors of #314C28
Black with #314C28
Text Example
Text Example
White with #314C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C28; }
p { color: rgb(49,76,40); }
H1.HeaderClassName
{
color: #314C28;
}
.AnyTagClassName
{
color: #314C28;
}
</style>
background-color css
<style>
a { background-color: #314C28; }
a { background-color: rgb(49,76,40); }
div.DivClassName
{
background-color: #314C28;
}
.BgClassName
{
background-color: #314C28;
}
</style>
border-color css
<style>
span { border-color: #314C28; }
span { border-color: rgb(49,76,40); }
td.TdClassName
{
border-color: #314C28;
}
.TagClassName
{
border-color: #314C28;
}
</style>