Shades of La Palma #49A132
Tints of La Palma #49A132
RGB
CMYK
RGB Variations
Color information
#49A132 (or 0x49A132) is known color: La Palma. HEX triplet: 49, A1 and 32. RGB value is (73,161,50). Sum of RGB (Red+Green+Blue) = 73+161+50=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #49A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A132 is #B65ECD. Grayscale: #7A7A7A. Windows color (decimal): -11951822 or 3318089. OLE color: 3318089.
HSL color Cylindrical-coordinate representation of color #49A132: hue angle of 107.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A132 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 50 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.37 |
| HSL | 107.57º | 0.53% | 0.41% | - |
| HSV(B) | 107.57º | 0.69% | 0.63% | - |
| XYZ | 16.07 | 27.14 | 7.41 | - |
| YUV | 122.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 50 | 0.55 | 0 | 0.69 | 0.37 | 107.57 | 0.53 | 0.41 |
| Hex | 49 | A1 | 32 | 37 | 0 | 45 | 25 | 6C | 35 | 29 |
| Octal | 111 | 241 | 62 | 67 | 0 | 105 | 45 | 154 | 65 | 51 |
| Binary | 1001001 | 10100001 | 110010 | 110111 | 0 | 1000101 | 100101 | 1101100 | 110101 | 101001 |
Color Harmonies of #49A132
Complementary color
Monochromatic Colors of #49A132
Black with #49A132
Text Example
Text Example
White with #49A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A132; }
p { color: rgb(73,161,50); }
H1.HeaderClassName
{
color: #49A132;
}
.AnyTagClassName
{
color: #49A132;
}
</style>
background-color css
<style>
a { background-color: #49A132; }
a { background-color: rgb(73,161,50); }
div.DivClassName
{
background-color: #49A132;
}
.BgClassName
{
background-color: #49A132;
}
</style>
border-color css
<style>
span { border-color: #49A132; }
span { border-color: rgb(73,161,50); }
td.TdClassName
{
border-color: #49A132;
}
.TagClassName
{
border-color: #49A132;
}
</style>