Shades of La Palma #499511
Tints of La Palma #499511
RGB
CMYK
RGB Variations
Color information
#499511 (or 0x499511) is known color: La Palma. HEX triplet: 49, 95 and 11. RGB value is (73,149,17). Sum of RGB (Red+Green+Blue) = 73+149+17=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #499511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499511 is #B66AEE. Grayscale: #6F6F6F. Windows color (decimal): -11954927 or 1152329. OLE color: 1152329.
HSL color Cylindrical-coordinate representation of color #499511: hue angle of 94.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #499511 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 17 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.42 |
| HSL | 94.55º | 0.8% | 0.33% | - |
| HSV(B) | 94.55º | 0.89% | 0.58% | - |
| XYZ | 13.6 | 22.95 | 4.24 | - |
| YUV | 111.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 17 | 0.51 | 0 | 0.89 | 0.42 | 94.55 | 0.8 | 0.33 |
| Hex | 49 | 95 | 11 | 33 | 0 | 59 | 2A | 5F | 50 | 21 |
| Octal | 111 | 225 | 21 | 63 | 0 | 131 | 52 | 137 | 120 | 41 |
| Binary | 1001001 | 10010101 | 10001 | 110011 | 0 | 1011001 | 101010 | 1011111 | 1010000 | 100001 |
Color Harmonies of #499511
Complementary color
Monochromatic Colors of #499511
Black with #499511
Text Example
Text Example
White with #499511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499511; }
p { color: rgb(73,149,17); }
H1.HeaderClassName
{
color: #499511;
}
.AnyTagClassName
{
color: #499511;
}
</style>
background-color css
<style>
a { background-color: #499511; }
a { background-color: rgb(73,149,17); }
div.DivClassName
{
background-color: #499511;
}
.BgClassName
{
background-color: #499511;
}
</style>
border-color css
<style>
span { border-color: #499511; }
span { border-color: rgb(73,149,17); }
td.TdClassName
{
border-color: #499511;
}
.TagClassName
{
border-color: #499511;
}
</style>