Shades of La Palma #49A831
Tints of La Palma #49A831
RGB
CMYK
RGB Variations
Color information
#49A831 (or 0x49A831) is known color: La Palma. HEX triplet: 49, A8 and 31. RGB value is (73,168,49). Sum of RGB (Red+Green+Blue) = 73+168+49=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #49A831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A831 is #B657CE. Grayscale: #7E7E7E. Windows color (decimal): -11950031 or 3254345. OLE color: 3254345.
HSL color Cylindrical-coordinate representation of color #49A831: hue angle of 107.9º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A831 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 49 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.34 |
| HSL | 107.9º | 0.55% | 0.43% | - |
| HSV(B) | 107.9º | 0.71% | 0.66% | - |
| XYZ | 17.3 | 29.64 | 7.72 | - |
| YUV | 126.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 49 | 0.57 | 0 | 0.71 | 0.34 | 107.9 | 0.55 | 0.43 |
| Hex | 49 | A8 | 31 | 39 | 0 | 47 | 22 | 6C | 37 | 2B |
| Octal | 111 | 250 | 61 | 71 | 0 | 107 | 42 | 154 | 67 | 53 |
| Binary | 1001001 | 10101000 | 110001 | 111001 | 0 | 1000111 | 100010 | 1101100 | 110111 | 101011 |
Color Harmonies of #49A831
Complementary color
Monochromatic Colors of #49A831
Black with #49A831
Text Example
Text Example
White with #49A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A831; }
p { color: rgb(73,168,49); }
H1.HeaderClassName
{
color: #49A831;
}
.AnyTagClassName
{
color: #49A831;
}
</style>
background-color css
<style>
a { background-color: #49A831; }
a { background-color: rgb(73,168,49); }
div.DivClassName
{
background-color: #49A831;
}
.BgClassName
{
background-color: #49A831;
}
</style>
border-color css
<style>
span { border-color: #49A831; }
span { border-color: rgb(73,168,49); }
td.TdClassName
{
border-color: #49A831;
}
.TagClassName
{
border-color: #49A831;
}
</style>