Shades of La Palma #499D17
Tints of La Palma #499D17
RGB
CMYK
RGB Variations
Color information
#499D17 (or 0x499D17) is known color: La Palma. HEX triplet: 49, 9D and 17. RGB value is (73,157,23). Sum of RGB (Red+Green+Blue) = 73+157+23=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #499D17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499D17 is #B662E8. Grayscale: #757575. Windows color (decimal): -11952873 or 1547593. OLE color: 1547593.
HSL color Cylindrical-coordinate representation of color #499D17: hue angle of 97.61º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #499D17 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 23 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.38 |
| HSL | 97.61º | 0.74% | 0.35% | - |
| HSV(B) | 97.61º | 0.85% | 0.62% | - |
| XYZ | 14.96 | 25.59 | 4.96 | - |
| YUV | 116.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 23 | 0.54 | 0 | 0.85 | 0.38 | 97.61 | 0.74 | 0.35 |
| Hex | 49 | 9D | 17 | 36 | 0 | 55 | 26 | 62 | 4A | 23 |
| Octal | 111 | 235 | 27 | 66 | 0 | 125 | 46 | 142 | 112 | 43 |
| Binary | 1001001 | 10011101 | 10111 | 110110 | 0 | 1010101 | 100110 | 1100010 | 1001010 | 100011 |
Color Harmonies of #499D17
Complementary color
Monochromatic Colors of #499D17
Black with #499D17
Text Example
Text Example
White with #499D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D17; }
p { color: rgb(73,157,23); }
H1.HeaderClassName
{
color: #499D17;
}
.AnyTagClassName
{
color: #499D17;
}
</style>
background-color css
<style>
a { background-color: #499D17; }
a { background-color: rgb(73,157,23); }
div.DivClassName
{
background-color: #499D17;
}
.BgClassName
{
background-color: #499D17;
}
</style>
border-color css
<style>
span { border-color: #499D17; }
span { border-color: rgb(73,157,23); }
td.TdClassName
{
border-color: #499D17;
}
.TagClassName
{
border-color: #499D17;
}
</style>