Shades of La Palma #49932C
Tints of La Palma #49932C
RGB
CMYK
RGB Variations
Color information
#49932C (or 0x49932C) is known color: La Palma. HEX triplet: 49, 93 and 2C. RGB value is (73,147,44). Sum of RGB (Red+Green+Blue) = 73+147+44=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #49932C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49932C is #B66CD3. Grayscale: #717171. Windows color (decimal): -11955412 or 2921289. OLE color: 2921289.
HSL color Cylindrical-coordinate representation of color #49932C: hue angle of 103.11º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49932C is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 44 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.42 |
| HSL | 103.11º | 0.54% | 0.37% | - |
| HSV(B) | 103.11º | 0.7% | 0.58% | - |
| XYZ | 13.64 | 22.47 | 6 | - |
| YUV | 113.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 44 | 0.50 | 0 | 0.70 | 0.42 | 103.11 | 0.54 | 0.37 |
| Hex | 49 | 93 | 2C | 32 | 0 | 46 | 2A | 67 | 36 | 25 |
| Octal | 111 | 223 | 54 | 62 | 0 | 106 | 52 | 147 | 66 | 45 |
| Binary | 1001001 | 10010011 | 101100 | 110010 | 0 | 1000110 | 101010 | 1100111 | 110110 | 100101 |
Color Harmonies of #49932C
Complementary color
Monochromatic Colors of #49932C
Black with #49932C
Text Example
Text Example
White with #49932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49932C; }
p { color: rgb(73,147,44); }
H1.HeaderClassName
{
color: #49932C;
}
.AnyTagClassName
{
color: #49932C;
}
</style>
background-color css
<style>
a { background-color: #49932C; }
a { background-color: rgb(73,147,44); }
div.DivClassName
{
background-color: #49932C;
}
.BgClassName
{
background-color: #49932C;
}
</style>
border-color css
<style>
span { border-color: #49932C; }
span { border-color: rgb(73,147,44); }
td.TdClassName
{
border-color: #49932C;
}
.TagClassName
{
border-color: #49932C;
}
</style>