Shades of La Palma #499F37
Tints of La Palma #499F37
RGB
CMYK
RGB Variations
Color information
#499F37 (or 0x499F37) is known color: La Palma. HEX triplet: 49, 9F and 37. RGB value is (73,159,55). Sum of RGB (Red+Green+Blue) = 73+159+55=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #499F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499F37 is #B660C8. Grayscale: #797979. Windows color (decimal): -11952329 or 3645257. OLE color: 3645257.
HSL color Cylindrical-coordinate representation of color #499F37: hue angle of 109.62º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499F37 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 55 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.38 |
| HSL | 109.62º | 0.49% | 0.42% | - |
| HSV(B) | 109.62º | 0.65% | 0.62% | - |
| XYZ | 15.84 | 26.49 | 7.89 | - |
| YUV | 121.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 55 | 0.54 | 0 | 0.65 | 0.38 | 109.62 | 0.49 | 0.42 |
| Hex | 49 | 9F | 37 | 36 | 0 | 41 | 26 | 6E | 31 | 2A |
| Octal | 111 | 237 | 67 | 66 | 0 | 101 | 46 | 156 | 61 | 52 |
| Binary | 1001001 | 10011111 | 110111 | 110110 | 0 | 1000001 | 100110 | 1101110 | 110001 | 101010 |
Color Harmonies of #499F37
Complementary color
Monochromatic Colors of #499F37
Black with #499F37
Text Example
Text Example
White with #499F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F37; }
p { color: rgb(73,159,55); }
H1.HeaderClassName
{
color: #499F37;
}
.AnyTagClassName
{
color: #499F37;
}
</style>
background-color css
<style>
a { background-color: #499F37; }
a { background-color: rgb(73,159,55); }
div.DivClassName
{
background-color: #499F37;
}
.BgClassName
{
background-color: #499F37;
}
</style>
border-color css
<style>
span { border-color: #499F37; }
span { border-color: rgb(73,159,55); }
td.TdClassName
{
border-color: #499F37;
}
.TagClassName
{
border-color: #499F37;
}
</style>