Shades of La Palma #498E13
Tints of La Palma #498E13
RGB
CMYK
RGB Variations
Color information
#498E13 (or 0x498E13) is known color: La Palma. HEX triplet: 49, 8E and 13. RGB value is (73,142,19). Sum of RGB (Red+Green+Blue) = 73+142+19=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #498E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498E13 is #B671EC. Grayscale: #6B6B6B. Windows color (decimal): -11956717 or 1281609. OLE color: 1281609.
HSL color Cylindrical-coordinate representation of color #498E13: hue angle of 93.66º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #498E13 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 19 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.44 |
| HSL | 93.66º | 0.76% | 0.32% | - |
| HSV(B) | 93.66º | 0.87% | 0.56% | - |
| XYZ | 12.54 | 20.81 | 3.97 | - |
| YUV | 107.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 19 | 0.49 | 0 | 0.87 | 0.44 | 93.66 | 0.76 | 0.32 |
| Hex | 49 | 8E | 13 | 31 | 0 | 57 | 2C | 5E | 4C | 20 |
| Octal | 111 | 216 | 23 | 61 | 0 | 127 | 54 | 136 | 114 | 40 |
| Binary | 1001001 | 10001110 | 10011 | 110001 | 0 | 1010111 | 101100 | 1011110 | 1001100 | 100000 |
Color Harmonies of #498E13
Complementary color
Monochromatic Colors of #498E13
Black with #498E13
Text Example
Text Example
White with #498E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E13; }
p { color: rgb(73,142,19); }
H1.HeaderClassName
{
color: #498E13;
}
.AnyTagClassName
{
color: #498E13;
}
</style>
background-color css
<style>
a { background-color: #498E13; }
a { background-color: rgb(73,142,19); }
div.DivClassName
{
background-color: #498E13;
}
.BgClassName
{
background-color: #498E13;
}
</style>
border-color css
<style>
span { border-color: #498E13; }
span { border-color: rgb(73,142,19); }
td.TdClassName
{
border-color: #498E13;
}
.TagClassName
{
border-color: #498E13;
}
</style>