Shades of La Palma #49913E
Tints of La Palma #49913E
RGB
CMYK
RGB Variations
Color information
#49913E (or 0x49913E) is known color: La Palma. HEX triplet: 49, 91 and 3E. RGB value is (73,145,62). Sum of RGB (Red+Green+Blue) = 73+145+62=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #49913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49913E is #B66EC1. Grayscale: #727272. Windows color (decimal): -11955906 or 4100425. OLE color: 4100425.
HSL color Cylindrical-coordinate representation of color #49913E: hue angle of 112.05º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49913E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 62 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.43 |
| HSL | 112.05º | 0.4% | 0.41% | - |
| HSV(B) | 112.05º | 0.57% | 0.57% | - |
| XYZ | 13.74 | 22.02 | 8.08 | - |
| YUV | 114.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 62 | 0.50 | 0 | 0.57 | 0.43 | 112.05 | 0.4 | 0.41 |
| Hex | 49 | 91 | 3E | 32 | 0 | 39 | 2B | 70 | 28 | 29 |
| Octal | 111 | 221 | 76 | 62 | 0 | 71 | 53 | 160 | 50 | 51 |
| Binary | 1001001 | 10010001 | 111110 | 110010 | 0 | 111001 | 101011 | 1110000 | 101000 | 101001 |
Color Harmonies of #49913E
Complementary color
Monochromatic Colors of #49913E
Black with #49913E
Text Example
Text Example
White with #49913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49913E; }
p { color: rgb(73,145,62); }
H1.HeaderClassName
{
color: #49913E;
}
.AnyTagClassName
{
color: #49913E;
}
</style>
background-color css
<style>
a { background-color: #49913E; }
a { background-color: rgb(73,145,62); }
div.DivClassName
{
background-color: #49913E;
}
.BgClassName
{
background-color: #49913E;
}
</style>
border-color css
<style>
span { border-color: #49913E; }
span { border-color: rgb(73,145,62); }
td.TdClassName
{
border-color: #49913E;
}
.TagClassName
{
border-color: #49913E;
}
</style>