Shades of La Palma #49943A
Tints of La Palma #49943A
RGB
CMYK
RGB Variations
Color information
#49943A (or 0x49943A) is known color: La Palma. HEX triplet: 49, 94 and 3A. RGB value is (73,148,58). Sum of RGB (Red+Green+Blue) = 73+148+58=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #49943A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49943A is #B66BC5. Grayscale: #737373. Windows color (decimal): -11955142 or 3839049. OLE color: 3839049.
HSL color Cylindrical-coordinate representation of color #49943A: hue angle of 110º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49943A is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 58 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.42 |
| HSL | 110º | 0.44% | 0.4% | - |
| HSV(B) | 110º | 0.61% | 0.58% | - |
| XYZ | 14.1 | 22.9 | 7.68 | - |
| YUV | 115.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 58 | 0.51 | 0 | 0.61 | 0.42 | 110 | 0.44 | 0.4 |
| Hex | 49 | 94 | 3A | 33 | 0 | 3D | 2A | 6E | 2C | 28 |
| Octal | 111 | 224 | 72 | 63 | 0 | 75 | 52 | 156 | 54 | 50 |
| Binary | 1001001 | 10010100 | 111010 | 110011 | 0 | 111101 | 101010 | 1101110 | 101100 | 101000 |
Color Harmonies of #49943A
Complementary color
Monochromatic Colors of #49943A
Black with #49943A
Text Example
Text Example
White with #49943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49943A; }
p { color: rgb(73,148,58); }
H1.HeaderClassName
{
color: #49943A;
}
.AnyTagClassName
{
color: #49943A;
}
</style>
background-color css
<style>
a { background-color: #49943A; }
a { background-color: rgb(73,148,58); }
div.DivClassName
{
background-color: #49943A;
}
.BgClassName
{
background-color: #49943A;
}
</style>
border-color css
<style>
span { border-color: #49943A; }
span { border-color: rgb(73,148,58); }
td.TdClassName
{
border-color: #49943A;
}
.TagClassName
{
border-color: #49943A;
}
</style>