Shades of La Palma #49972E
Tints of La Palma #49972E
RGB
CMYK
RGB Variations
Color information
#49972E (or 0x49972E) is known color: La Palma. HEX triplet: 49, 97 and 2E. RGB value is (73,151,46). Sum of RGB (Red+Green+Blue) = 73+151+46=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #49972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49972E is #B668D1. Grayscale: #747474. Windows color (decimal): -11954386 or 3053385. OLE color: 3053385.
HSL color Cylindrical-coordinate representation of color #49972E: hue angle of 104.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49972E is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 46 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.41 |
| HSL | 104.57º | 0.53% | 0.39% | - |
| HSV(B) | 104.57º | 0.7% | 0.59% | - |
| XYZ | 14.31 | 23.75 | 6.41 | - |
| YUV | 115.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 46 | 0.52 | 0 | 0.70 | 0.41 | 104.57 | 0.53 | 0.39 |
| Hex | 49 | 97 | 2E | 34 | 0 | 46 | 29 | 69 | 35 | 27 |
| Octal | 111 | 227 | 56 | 64 | 0 | 106 | 51 | 151 | 65 | 47 |
| Binary | 1001001 | 10010111 | 101110 | 110100 | 0 | 1000110 | 101001 | 1101001 | 110101 | 100111 |
Color Harmonies of #49972E
Complementary color
Monochromatic Colors of #49972E
Black with #49972E
Text Example
Text Example
White with #49972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49972E; }
p { color: rgb(73,151,46); }
H1.HeaderClassName
{
color: #49972E;
}
.AnyTagClassName
{
color: #49972E;
}
</style>
background-color css
<style>
a { background-color: #49972E; }
a { background-color: rgb(73,151,46); }
div.DivClassName
{
background-color: #49972E;
}
.BgClassName
{
background-color: #49972E;
}
</style>
border-color css
<style>
span { border-color: #49972E; }
span { border-color: rgb(73,151,46); }
td.TdClassName
{
border-color: #49972E;
}
.TagClassName
{
border-color: #49972E;
}
</style>