Shades of La Palma #49870E
Tints of La Palma #49870E
RGB
CMYK
RGB Variations
Color information
#49870E (or 0x49870E) is known color: La Palma. HEX triplet: 49, 87 and 0E. RGB value is (73,135,14). Sum of RGB (Red+Green+Blue) = 73+135+14=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #49870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49870E is #B678F1. Grayscale: #676767. Windows color (decimal): -11958514 or 952137. OLE color: 952137.
HSL color Cylindrical-coordinate representation of color #49870E: hue angle of 90.74º 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 #49870E is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 14 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.47 |
| HSL | 90.74º | 0.81% | 0.29% | - |
| HSV(B) | 90.74º | 0.9% | 0.53% | - |
| XYZ | 11.49 | 18.78 | 3.43 | - |
| YUV | 102.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 14 | 0.46 | 0 | 0.90 | 0.47 | 90.74 | 0.81 | 0.29 |
| Hex | 49 | 87 | E | 2E | 0 | 5A | 2F | 5B | 51 | 1D |
| Octal | 111 | 207 | 16 | 56 | 0 | 132 | 57 | 133 | 121 | 35 |
| Binary | 1001001 | 10000111 | 1110 | 101110 | 0 | 1011010 | 101111 | 1011011 | 1010001 | 11101 |
Color Harmonies of #49870E
Complementary color
Monochromatic Colors of #49870E
Black with #49870E
Text Example
Text Example
White with #49870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49870E; }
p { color: rgb(73,135,14); }
H1.HeaderClassName
{
color: #49870E;
}
.AnyTagClassName
{
color: #49870E;
}
</style>
background-color css
<style>
a { background-color: #49870E; }
a { background-color: rgb(73,135,14); }
div.DivClassName
{
background-color: #49870E;
}
.BgClassName
{
background-color: #49870E;
}
</style>
border-color css
<style>
span { border-color: #49870E; }
span { border-color: rgb(73,135,14); }
td.TdClassName
{
border-color: #49870E;
}
.TagClassName
{
border-color: #49870E;
}
</style>