Shades of La Palma #49A12D
Tints of La Palma #49A12D
RGB
CMYK
RGB Variations
Color information
#49A12D (or 0x49A12D) is known color: La Palma. HEX triplet: 49, A1 and 2D. RGB value is (73,161,45). Sum of RGB (Red+Green+Blue) = 73+161+45=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #49A12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A12D is #B65ED2. Grayscale: #797979. Windows color (decimal): -11951827 or 2990409. OLE color: 2990409.
HSL color Cylindrical-coordinate representation of color #49A12D: hue angle of 105.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49A12D is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 45 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.37 |
| HSL | 105.52º | 0.56% | 0.4% | - |
| HSV(B) | 105.52º | 0.72% | 0.63% | - |
| XYZ | 15.97 | 27.1 | 6.87 | - |
| YUV | 121.46 | 84.85 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 45 | 0.55 | 0 | 0.72 | 0.37 | 105.52 | 0.56 | 0.4 |
| Hex | 49 | A1 | 2D | 37 | 0 | 48 | 25 | 6A | 38 | 28 |
| Octal | 111 | 241 | 55 | 67 | 0 | 110 | 45 | 152 | 70 | 50 |
| Binary | 1001001 | 10100001 | 101101 | 110111 | 0 | 1001000 | 100101 | 1101010 | 111000 | 101000 |
Color Harmonies of #49A12D
Complementary color
Monochromatic Colors of #49A12D
Black with #49A12D
Text Example
Text Example
White with #49A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A12D; }
p { color: rgb(73,161,45); }
H1.HeaderClassName
{
color: #49A12D;
}
.AnyTagClassName
{
color: #49A12D;
}
</style>
background-color css
<style>
a { background-color: #49A12D; }
a { background-color: rgb(73,161,45); }
div.DivClassName
{
background-color: #49A12D;
}
.BgClassName
{
background-color: #49A12D;
}
</style>
border-color css
<style>
span { border-color: #49A12D; }
span { border-color: rgb(73,161,45); }
td.TdClassName
{
border-color: #49A12D;
}
.TagClassName
{
border-color: #49A12D;
}
</style>