Shades of La Palma #49A630
Tints of La Palma #49A630
RGB
CMYK
RGB Variations
Color information
#49A630 (or 0x49A630) is known color: La Palma. HEX triplet: 49, A6 and 30. RGB value is (73,166,48). Sum of RGB (Red+Green+Blue) = 73+166+48=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #49A630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A630 is #B659CF. Grayscale: #7D7D7D. Windows color (decimal): -11950544 or 3188297. OLE color: 3188297.
HSL color Cylindrical-coordinate representation of color #49A630: hue angle of 107.29º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A630 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 48 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.35 |
| HSL | 107.29º | 0.55% | 0.42% | - |
| HSV(B) | 107.29º | 0.71% | 0.65% | - |
| XYZ | 16.92 | 28.9 | 7.48 | - |
| YUV | 124.74 | 84.69 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 48 | 0.56 | 0 | 0.71 | 0.35 | 107.29 | 0.55 | 0.42 |
| Hex | 49 | A6 | 30 | 38 | 0 | 47 | 23 | 6B | 37 | 2A |
| Octal | 111 | 246 | 60 | 70 | 0 | 107 | 43 | 153 | 67 | 52 |
| Binary | 1001001 | 10100110 | 110000 | 111000 | 0 | 1000111 | 100011 | 1101011 | 110111 | 101010 |
Color Harmonies of #49A630
Complementary color
Monochromatic Colors of #49A630
Black with #49A630
Text Example
Text Example
White with #49A630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A630; }
p { color: rgb(73,166,48); }
H1.HeaderClassName
{
color: #49A630;
}
.AnyTagClassName
{
color: #49A630;
}
</style>
background-color css
<style>
a { background-color: #49A630; }
a { background-color: rgb(73,166,48); }
div.DivClassName
{
background-color: #49A630;
}
.BgClassName
{
background-color: #49A630;
}
</style>
border-color css
<style>
span { border-color: #49A630; }
span { border-color: rgb(73,166,48); }
td.TdClassName
{
border-color: #49A630;
}
.TagClassName
{
border-color: #49A630;
}
</style>