Shades of La Palma #49880A
Tints of La Palma #49880A
RGB
CMYK
RGB Variations
Color information
#49880A (or 0x49880A) is known color: La Palma. HEX triplet: 49, 88 and 0A. RGB value is (73,136,10). Sum of RGB (Red+Green+Blue) = 73+136+10=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #49880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49880A is #B677F5. Grayscale: #676767. Windows color (decimal): -11958262 or 690249. OLE color: 690249.
HSL color Cylindrical-coordinate representation of color #49880A: hue angle of 90º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49880A is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 10 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.47 |
| HSL | 90º | 0.86% | 0.29% | - |
| HSV(B) | 90º | 0.93% | 0.53% | - |
| XYZ | 11.61 | 19.05 | 3.35 | - |
| YUV | 102.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 10 | 0.46 | 0 | 0.93 | 0.47 | 90 | 0.86 | 0.29 |
| Hex | 49 | 88 | A | 2E | 0 | 5D | 2F | 5A | 56 | 1D |
| Octal | 111 | 210 | 12 | 56 | 0 | 135 | 57 | 132 | 126 | 35 |
| Binary | 1001001 | 10001000 | 1010 | 101110 | 0 | 1011101 | 101111 | 1011010 | 1010110 | 11101 |
Color Harmonies of #49880A
Complementary color
Monochromatic Colors of #49880A
Black with #49880A
Text Example
Text Example
White with #49880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49880A; }
p { color: rgb(73,136,10); }
H1.HeaderClassName
{
color: #49880A;
}
.AnyTagClassName
{
color: #49880A;
}
</style>
background-color css
<style>
a { background-color: #49880A; }
a { background-color: rgb(73,136,10); }
div.DivClassName
{
background-color: #49880A;
}
.BgClassName
{
background-color: #49880A;
}
</style>
border-color css
<style>
span { border-color: #49880A; }
span { border-color: rgb(73,136,10); }
td.TdClassName
{
border-color: #49880A;
}
.TagClassName
{
border-color: #49880A;
}
</style>