Shades of La Palma #498F12
Tints of La Palma #498F12
RGB
CMYK
RGB Variations
Color information
#498F12 (or 0x498F12) is known color: La Palma. HEX triplet: 49, 8F and 12. RGB value is (73,143,18). Sum of RGB (Red+Green+Blue) = 73+143+18=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 143 (56.25% from 255 or 61.11% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 143 - color contains mainly: green. Hex color #498F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498F12 is #B670ED. Grayscale: #6C6C6C. Windows color (decimal): -11956462 or 1216329. OLE color: 1216329.
HSL color Cylindrical-coordinate representation of color #498F12: hue angle of 93.6º degrees, saturation: 0.78, 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 #498F12 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 18 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.44 |
| HSL | 93.6º | 0.78% | 0.32% | - |
| HSV(B) | 93.6º | 0.87% | 0.56% | - |
| XYZ | 12.68 | 21.11 | 3.98 | - |
| YUV | 107.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 18 | 0.49 | 0 | 0.87 | 0.44 | 93.6 | 0.78 | 0.32 |
| Hex | 49 | 8F | 12 | 31 | 0 | 57 | 2C | 5E | 4E | 20 |
| Octal | 111 | 217 | 22 | 61 | 0 | 127 | 54 | 136 | 116 | 40 |
| Binary | 1001001 | 10001111 | 10010 | 110001 | 0 | 1010111 | 101100 | 1011110 | 1001110 | 100000 |
Color Harmonies of #498F12
Complementary color
Monochromatic Colors of #498F12
Black with #498F12
Text Example
Text Example
White with #498F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F12; }
p { color: rgb(73,143,18); }
H1.HeaderClassName
{
color: #498F12;
}
.AnyTagClassName
{
color: #498F12;
}
</style>
background-color css
<style>
a { background-color: #498F12; }
a { background-color: rgb(73,143,18); }
div.DivClassName
{
background-color: #498F12;
}
.BgClassName
{
background-color: #498F12;
}
</style>
border-color css
<style>
span { border-color: #498F12; }
span { border-color: rgb(73,143,18); }
td.TdClassName
{
border-color: #498F12;
}
.TagClassName
{
border-color: #498F12;
}
</style>