Shades of La Palma #498F0F
Tints of La Palma #498F0F
RGB
CMYK
RGB Variations
Color information
#498F0F (or 0x498F0F) is known color: La Palma. HEX triplet: 49, 8F and 0F. RGB value is (73,143,15). Sum of RGB (Red+Green+Blue) = 73+143+15=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #498F0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498F0F is #B670F0. Grayscale: #6B6B6B. Windows color (decimal): -11956465 or 1019721. OLE color: 1019721.
HSL color Cylindrical-coordinate representation of color #498F0F: hue angle of 92.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #498F0F is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 15 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.44 |
| HSL | 92.81º | 0.81% | 0.31% | - |
| HSV(B) | 92.81º | 0.9% | 0.56% | - |
| XYZ | 12.66 | 21.1 | 3.86 | - |
| YUV | 107.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 15 | 0.49 | 0 | 0.90 | 0.44 | 92.81 | 0.81 | 0.31 |
| Hex | 49 | 8F | F | 31 | 0 | 5A | 2C | 5D | 51 | 1F |
| Octal | 111 | 217 | 17 | 61 | 0 | 132 | 54 | 135 | 121 | 37 |
| Binary | 1001001 | 10001111 | 1111 | 110001 | 0 | 1011010 | 101100 | 1011101 | 1010001 | 11111 |
Color Harmonies of #498F0F
Complementary color
Monochromatic Colors of #498F0F
Black with #498F0F
Text Example
Text Example
White with #498F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F0F; }
p { color: rgb(73,143,15); }
H1.HeaderClassName
{
color: #498F0F;
}
.AnyTagClassName
{
color: #498F0F;
}
</style>
background-color css
<style>
a { background-color: #498F0F; }
a { background-color: rgb(73,143,15); }
div.DivClassName
{
background-color: #498F0F;
}
.BgClassName
{
background-color: #498F0F;
}
</style>
border-color css
<style>
span { border-color: #498F0F; }
span { border-color: rgb(73,143,15); }
td.TdClassName
{
border-color: #498F0F;
}
.TagClassName
{
border-color: #498F0F;
}
</style>