Shades of La Palma #49A32C
Tints of La Palma #49A32C
RGB
CMYK
RGB Variations
Color information
#49A32C (or 0x49A32C) is known color: La Palma. HEX triplet: 49, A3 and 2C. RGB value is (73,163,44). Sum of RGB (Red+Green+Blue) = 73+163+44=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #49A32C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A32C is #B65CD3. Grayscale: #7A7A7A. Windows color (decimal): -11951316 or 2925385. OLE color: 2925385.
HSL color Cylindrical-coordinate representation of color #49A32C: hue angle of 105.38º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49A32C is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 44 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.36 |
| HSL | 105.38º | 0.57% | 0.41% | - |
| HSV(B) | 105.38º | 0.73% | 0.64% | - |
| XYZ | 16.3 | 27.79 | 6.89 | - |
| YUV | 122.52 | 83.68 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 44 | 0.55 | 0 | 0.73 | 0.36 | 105.38 | 0.57 | 0.41 |
| Hex | 49 | A3 | 2C | 37 | 0 | 49 | 24 | 69 | 39 | 29 |
| Octal | 111 | 243 | 54 | 67 | 0 | 111 | 44 | 151 | 71 | 51 |
| Binary | 1001001 | 10100011 | 101100 | 110111 | 0 | 1001001 | 100100 | 1101001 | 111001 | 101001 |
Color Harmonies of #49A32C
Complementary color
Monochromatic Colors of #49A32C
Black with #49A32C
Text Example
Text Example
White with #49A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A32C; }
p { color: rgb(73,163,44); }
H1.HeaderClassName
{
color: #49A32C;
}
.AnyTagClassName
{
color: #49A32C;
}
</style>
background-color css
<style>
a { background-color: #49A32C; }
a { background-color: rgb(73,163,44); }
div.DivClassName
{
background-color: #49A32C;
}
.BgClassName
{
background-color: #49A32C;
}
</style>
border-color css
<style>
span { border-color: #49A32C; }
span { border-color: rgb(73,163,44); }
td.TdClassName
{
border-color: #49A32C;
}
.TagClassName
{
border-color: #49A32C;
}
</style>