Shades of La Palma #49A731
Tints of La Palma #49A731
RGB
CMYK
RGB Variations
Color information
#49A731 (or 0x49A731) is known color: La Palma. HEX triplet: 49, A7 and 31. RGB value is (73,167,49). Sum of RGB (Red+Green+Blue) = 73+167+49=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #49A731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A731 is #B658CE. Grayscale: #7D7D7D. Windows color (decimal): -11950287 or 3254089. OLE color: 3254089.
HSL color Cylindrical-coordinate representation of color #49A731: hue angle of 107.8º 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 #49A731 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 49 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.35 |
| HSL | 107.8º | 0.55% | 0.42% | - |
| HSV(B) | 107.8º | 0.71% | 0.65% | - |
| XYZ | 17.12 | 29.28 | 7.65 | - |
| YUV | 125.44 | 84.86 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 49 | 0.56 | 0 | 0.71 | 0.35 | 107.8 | 0.55 | 0.42 |
| Hex | 49 | A7 | 31 | 38 | 0 | 47 | 23 | 6C | 37 | 2A |
| Octal | 111 | 247 | 61 | 70 | 0 | 107 | 43 | 154 | 67 | 52 |
| Binary | 1001001 | 10100111 | 110001 | 111000 | 0 | 1000111 | 100011 | 1101100 | 110111 | 101010 |
Color Harmonies of #49A731
Complementary color
Monochromatic Colors of #49A731
Black with #49A731
Text Example
Text Example
White with #49A731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A731; }
p { color: rgb(73,167,49); }
H1.HeaderClassName
{
color: #49A731;
}
.AnyTagClassName
{
color: #49A731;
}
</style>
background-color css
<style>
a { background-color: #49A731; }
a { background-color: rgb(73,167,49); }
div.DivClassName
{
background-color: #49A731;
}
.BgClassName
{
background-color: #49A731;
}
</style>
border-color css
<style>
span { border-color: #49A731; }
span { border-color: rgb(73,167,49); }
td.TdClassName
{
border-color: #49A731;
}
.TagClassName
{
border-color: #49A731;
}
</style>