Shades of La Palma #498B0F
Tints of La Palma #498B0F
RGB
CMYK
RGB Variations
Color information
#498B0F (or 0x498B0F) is known color: La Palma. HEX triplet: 49, 8B and 0F. RGB value is (73,139,15). Sum of RGB (Red+Green+Blue) = 73+139+15=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #498B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498B0F is #B674F0. Grayscale: #696969. Windows color (decimal): -11957489 or 1018697. OLE color: 1018697.
HSL color Cylindrical-coordinate representation of color #498B0F: hue angle of 91.94º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #498B0F is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 15 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.45 |
| HSL | 91.94º | 0.81% | 0.3% | - |
| HSV(B) | 91.94º | 0.89% | 0.55% | - |
| XYZ | 12.07 | 19.92 | 3.66 | - |
| YUV | 105.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 15 | 0.47 | 0 | 0.89 | 0.45 | 91.94 | 0.81 | 0.3 |
| Hex | 49 | 8B | F | 2F | 0 | 59 | 2D | 5C | 51 | 1E |
| Octal | 111 | 213 | 17 | 57 | 0 | 131 | 55 | 134 | 121 | 36 |
| Binary | 1001001 | 10001011 | 1111 | 101111 | 0 | 1011001 | 101101 | 1011100 | 1010001 | 11110 |
Color Harmonies of #498B0F
Complementary color
Monochromatic Colors of #498B0F
Black with #498B0F
Text Example
Text Example
White with #498B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B0F; }
p { color: rgb(73,139,15); }
H1.HeaderClassName
{
color: #498B0F;
}
.AnyTagClassName
{
color: #498B0F;
}
</style>
background-color css
<style>
a { background-color: #498B0F; }
a { background-color: rgb(73,139,15); }
div.DivClassName
{
background-color: #498B0F;
}
.BgClassName
{
background-color: #498B0F;
}
</style>
border-color css
<style>
span { border-color: #498B0F; }
span { border-color: rgb(73,139,15); }
td.TdClassName
{
border-color: #498B0F;
}
.TagClassName
{
border-color: #498B0F;
}
</style>