Shades of La Palma #49822B
Tints of La Palma #49822B
RGB
CMYK
RGB Variations
Color information
#49822B (or 0x49822B) is known color: La Palma. HEX triplet: 49, 82 and 2B. RGB value is (73,130,43). Sum of RGB (Red+Green+Blue) = 73+130+43=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #49822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49822B is #B67DD4. Grayscale: #676767. Windows color (decimal): -11959765 or 2851401. OLE color: 2851401.
HSL color Cylindrical-coordinate representation of color #49822B: hue angle of 99.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49822B is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 43 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.49 |
| HSL | 99.31º | 0.5% | 0.34% | - |
| HSV(B) | 99.31º | 0.67% | 0.51% | - |
| XYZ | 11.17 | 17.56 | 5.09 | - |
| YUV | 103.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 43 | 0.44 | 0 | 0.67 | 0.49 | 99.31 | 0.5 | 0.34 |
| Hex | 49 | 82 | 2B | 2C | 0 | 43 | 31 | 63 | 32 | 22 |
| Octal | 111 | 202 | 53 | 54 | 0 | 103 | 61 | 143 | 62 | 42 |
| Binary | 1001001 | 10000010 | 101011 | 101100 | 0 | 1000011 | 110001 | 1100011 | 110010 | 100010 |
Color Harmonies of #49822B
Complementary color
Monochromatic Colors of #49822B
Black with #49822B
Text Example
Text Example
White with #49822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49822B; }
p { color: rgb(73,130,43); }
H1.HeaderClassName
{
color: #49822B;
}
.AnyTagClassName
{
color: #49822B;
}
</style>
background-color css
<style>
a { background-color: #49822B; }
a { background-color: rgb(73,130,43); }
div.DivClassName
{
background-color: #49822B;
}
.BgClassName
{
background-color: #49822B;
}
</style>
border-color css
<style>
span { border-color: #49822B; }
span { border-color: rgb(73,130,43); }
td.TdClassName
{
border-color: #49822B;
}
.TagClassName
{
border-color: #49822B;
}
</style>