Shades of La Palma #499A17
Tints of La Palma #499A17
RGB
CMYK
RGB Variations
Color information
#499A17 (or 0x499A17) is known color: La Palma. HEX triplet: 49, 9A and 17. RGB value is (73,154,23). Sum of RGB (Red+Green+Blue) = 73+154+23=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #499A17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499A17 is #B665E8. Grayscale: #737373. Windows color (decimal): -11953641 or 1546825. OLE color: 1546825.
HSL color Cylindrical-coordinate representation of color #499A17: hue angle of 97.1º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #499A17 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 154 | 23 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.40 |
| HSL | 97.1º | 0.74% | 0.35% | - |
| HSV(B) | 97.1º | 0.85% | 0.6% | - |
| XYZ | 14.46 | 24.59 | 4.79 | - |
| YUV | 114.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 23 | 0.53 | 0 | 0.85 | 0.40 | 97.1 | 0.74 | 0.35 |
| Hex | 49 | 9A | 17 | 35 | 0 | 55 | 28 | 61 | 4A | 23 |
| Octal | 111 | 232 | 27 | 65 | 0 | 125 | 50 | 141 | 112 | 43 |
| Binary | 1001001 | 10011010 | 10111 | 110101 | 0 | 1010101 | 101000 | 1100001 | 1001010 | 100011 |
Color Harmonies of #499A17
Complementary color
Monochromatic Colors of #499A17
Black with #499A17
Text Example
Text Example
White with #499A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499A17; }
p { color: rgb(73,154,23); }
H1.HeaderClassName
{
color: #499A17;
}
.AnyTagClassName
{
color: #499A17;
}
</style>
background-color css
<style>
a { background-color: #499A17; }
a { background-color: rgb(73,154,23); }
div.DivClassName
{
background-color: #499A17;
}
.BgClassName
{
background-color: #499A17;
}
</style>
border-color css
<style>
span { border-color: #499A17; }
span { border-color: rgb(73,154,23); }
td.TdClassName
{
border-color: #499A17;
}
.TagClassName
{
border-color: #499A17;
}
</style>