Shades of La Palma #49860E
Tints of La Palma #49860E
RGB
CMYK
RGB Variations
Color information
#49860E (or 0x49860E) is known color: La Palma. HEX triplet: 49, 86 and 0E. RGB value is (73,134,14). Sum of RGB (Red+Green+Blue) = 73+134+14=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #49860E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49860E is #B679F1. Grayscale: #666666. Windows color (decimal): -11958770 or 951881. OLE color: 951881.
HSL color Cylindrical-coordinate representation of color #49860E: hue angle of 90.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49860E is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 14 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.47 |
| HSL | 90.5º | 0.81% | 0.29% | - |
| HSV(B) | 90.5º | 0.9% | 0.53% | - |
| XYZ | 11.35 | 18.5 | 3.39 | - |
| YUV | 102.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 14 | 0.46 | 0 | 0.90 | 0.47 | 90.5 | 0.81 | 0.29 |
| Hex | 49 | 86 | E | 2E | 0 | 5A | 2F | 5A | 51 | 1D |
| Octal | 111 | 206 | 16 | 56 | 0 | 132 | 57 | 132 | 121 | 35 |
| Binary | 1001001 | 10000110 | 1110 | 101110 | 0 | 1011010 | 101111 | 1011010 | 1010001 | 11101 |
Color Harmonies of #49860E
Complementary color
Monochromatic Colors of #49860E
Black with #49860E
Text Example
Text Example
White with #49860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49860E; }
p { color: rgb(73,134,14); }
H1.HeaderClassName
{
color: #49860E;
}
.AnyTagClassName
{
color: #49860E;
}
</style>
background-color css
<style>
a { background-color: #49860E; }
a { background-color: rgb(73,134,14); }
div.DivClassName
{
background-color: #49860E;
}
.BgClassName
{
background-color: #49860E;
}
</style>
border-color css
<style>
span { border-color: #49860E; }
span { border-color: rgb(73,134,14); }
td.TdClassName
{
border-color: #49860E;
}
.TagClassName
{
border-color: #49860E;
}
</style>