Shades of La Palma #498915
Tints of La Palma #498915
RGB
CMYK
RGB Variations
Color information
#498915 (or 0x498915) is known color: La Palma. HEX triplet: 49, 89 and 15. RGB value is (73,137,21). Sum of RGB (Red+Green+Blue) = 73+137+21=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #498915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498915 is #B676EA. Grayscale: #696969. Windows color (decimal): -11957995 or 1411401. OLE color: 1411401.
HSL color Cylindrical-coordinate representation of color #498915: hue angle of 93.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #498915 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 21 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.46 |
| HSL | 93.1º | 0.73% | 0.31% | - |
| HSV(B) | 93.1º | 0.85% | 0.54% | - |
| XYZ | 11.83 | 19.36 | 3.82 | - |
| YUV | 104.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 21 | 0.47 | 0 | 0.85 | 0.46 | 93.1 | 0.73 | 0.31 |
| Hex | 49 | 89 | 15 | 2F | 0 | 55 | 2E | 5D | 49 | 1F |
| Octal | 111 | 211 | 25 | 57 | 0 | 125 | 56 | 135 | 111 | 37 |
| Binary | 1001001 | 10001001 | 10101 | 101111 | 0 | 1010101 | 101110 | 1011101 | 1001001 | 11111 |
Color Harmonies of #498915
Complementary color
Monochromatic Colors of #498915
Black with #498915
Text Example
Text Example
White with #498915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498915; }
p { color: rgb(73,137,21); }
H1.HeaderClassName
{
color: #498915;
}
.AnyTagClassName
{
color: #498915;
}
</style>
background-color css
<style>
a { background-color: #498915; }
a { background-color: rgb(73,137,21); }
div.DivClassName
{
background-color: #498915;
}
.BgClassName
{
background-color: #498915;
}
</style>
border-color css
<style>
span { border-color: #498915; }
span { border-color: rgb(73,137,21); }
td.TdClassName
{
border-color: #498915;
}
.TagClassName
{
border-color: #498915;
}
</style>