Shades of La Palma #498D15
Tints of La Palma #498D15
RGB
CMYK
RGB Variations
Color information
#498D15 (or 0x498D15) is known color: La Palma. HEX triplet: 49, 8D and 15. RGB value is (73,141,21). Sum of RGB (Red+Green+Blue) = 73+141+21=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #498D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498D15 is #B672EA. Grayscale: #6B6B6B. Windows color (decimal): -11956971 or 1412425. OLE color: 1412425.
HSL color Cylindrical-coordinate representation of color #498D15: hue angle of 94º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #498D15 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 141 | 21 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.45 |
| HSL | 94º | 0.74% | 0.32% | - |
| HSV(B) | 94º | 0.85% | 0.55% | - |
| XYZ | 12.41 | 20.52 | 4.02 | - |
| YUV | 106.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 21 | 0.48 | 0 | 0.85 | 0.45 | 94 | 0.74 | 0.32 |
| Hex | 49 | 8D | 15 | 30 | 0 | 55 | 2D | 5E | 4A | 20 |
| Octal | 111 | 215 | 25 | 60 | 0 | 125 | 55 | 136 | 112 | 40 |
| Binary | 1001001 | 10001101 | 10101 | 110000 | 0 | 1010101 | 101101 | 1011110 | 1001010 | 100000 |
Color Harmonies of #498D15
Complementary color
Monochromatic Colors of #498D15
Black with #498D15
Text Example
Text Example
White with #498D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498D15; }
p { color: rgb(73,141,21); }
H1.HeaderClassName
{
color: #498D15;
}
.AnyTagClassName
{
color: #498D15;
}
</style>
background-color css
<style>
a { background-color: #498D15; }
a { background-color: rgb(73,141,21); }
div.DivClassName
{
background-color: #498D15;
}
.BgClassName
{
background-color: #498D15;
}
</style>
border-color css
<style>
span { border-color: #498D15; }
span { border-color: rgb(73,141,21); }
td.TdClassName
{
border-color: #498D15;
}
.TagClassName
{
border-color: #498D15;
}
</style>