Shades of La Palma #499210
Tints of La Palma #499210
RGB
CMYK
RGB Variations
Color information
#499210 (or 0x499210) is known color: La Palma. HEX triplet: 49, 92 and 10. RGB value is (73,146,16). Sum of RGB (Red+Green+Blue) = 73+146+16=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #499210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499210 is #B66DEF. Grayscale: #6D6D6D. Windows color (decimal): -11955696 or 1086025. OLE color: 1086025.
HSL color Cylindrical-coordinate representation of color #499210: hue angle of 93.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #499210 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 16 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.43 |
| HSL | 93.69º | 0.8% | 0.32% | - |
| HSV(B) | 93.69º | 0.89% | 0.57% | - |
| XYZ | 13.12 | 22.01 | 4.05 | - |
| YUV | 109.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 16 | 0.5 | 0 | 0.89 | 0.43 | 93.69 | 0.8 | 0.32 |
| Hex | 49 | 92 | 10 | 32 | 0 | 59 | 2B | 5E | 50 | 20 |
| Octal | 111 | 222 | 20 | 62 | 0 | 131 | 53 | 136 | 120 | 40 |
| Binary | 1001001 | 10010010 | 10000 | 110010 | 0 | 1011001 | 101011 | 1011110 | 1010000 | 100000 |
Color Harmonies of #499210
Complementary color
Monochromatic Colors of #499210
Black with #499210
Text Example
Text Example
White with #499210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499210; }
p { color: rgb(73,146,16); }
H1.HeaderClassName
{
color: #499210;
}
.AnyTagClassName
{
color: #499210;
}
</style>
background-color css
<style>
a { background-color: #499210; }
a { background-color: rgb(73,146,16); }
div.DivClassName
{
background-color: #499210;
}
.BgClassName
{
background-color: #499210;
}
</style>
border-color css
<style>
span { border-color: #499210; }
span { border-color: rgb(73,146,16); }
td.TdClassName
{
border-color: #499210;
}
.TagClassName
{
border-color: #499210;
}
</style>