Shades of La Palma #499122
Tints of La Palma #499122
RGB
CMYK
RGB Variations
Color information
#499122 (or 0x499122) is known color: La Palma. HEX triplet: 49, 91 and 22. RGB value is (73,145,34). Sum of RGB (Red+Green+Blue) = 73+145+34=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #499122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499122 is #B66EDD. Grayscale: #6F6F6F. Windows color (decimal): -11955934 or 2265417. OLE color: 2265417.
HSL color Cylindrical-coordinate representation of color #499122: hue angle of 98.92º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #499122 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 34 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.43 |
| HSL | 98.92º | 0.62% | 0.35% | - |
| HSV(B) | 98.92º | 0.77% | 0.57% | - |
| XYZ | 13.16 | 21.78 | 5.02 | - |
| YUV | 110.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 34 | 0.50 | 0 | 0.77 | 0.43 | 98.92 | 0.62 | 0.35 |
| Hex | 49 | 91 | 22 | 32 | 0 | 4D | 2B | 63 | 3E | 23 |
| Octal | 111 | 221 | 42 | 62 | 0 | 115 | 53 | 143 | 76 | 43 |
| Binary | 1001001 | 10010001 | 100010 | 110010 | 0 | 1001101 | 101011 | 1100011 | 111110 | 100011 |
Color Harmonies of #499122
Complementary color
Monochromatic Colors of #499122
Black with #499122
Text Example
Text Example
White with #499122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499122; }
p { color: rgb(73,145,34); }
H1.HeaderClassName
{
color: #499122;
}
.AnyTagClassName
{
color: #499122;
}
</style>
background-color css
<style>
a { background-color: #499122; }
a { background-color: rgb(73,145,34); }
div.DivClassName
{
background-color: #499122;
}
.BgClassName
{
background-color: #499122;
}
</style>
border-color css
<style>
span { border-color: #499122; }
span { border-color: rgb(73,145,34); }
td.TdClassName
{
border-color: #499122;
}
.TagClassName
{
border-color: #499122;
}
</style>