Shades of La Palma #49973B
Tints of La Palma #49973B
RGB
CMYK
RGB Variations
Color information
#49973B (or 0x49973B) is known color: La Palma. HEX triplet: 49, 97 and 3B. RGB value is (73,151,59). Sum of RGB (Red+Green+Blue) = 73+151+59=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #49973B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49973B is #B668C4. Grayscale: #757575. Windows color (decimal): -11954373 or 3905353. OLE color: 3905353.
HSL color Cylindrical-coordinate representation of color #49973B: hue angle of 110.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49973B is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 59 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.41 |
| HSL | 110.87º | 0.44% | 0.41% | - |
| HSV(B) | 110.87º | 0.61% | 0.59% | - |
| XYZ | 14.6 | 23.87 | 7.97 | - |
| YUV | 117.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 59 | 0.52 | 0 | 0.61 | 0.41 | 110.87 | 0.44 | 0.41 |
| Hex | 49 | 97 | 3B | 34 | 0 | 3D | 29 | 6F | 2C | 29 |
| Octal | 111 | 227 | 73 | 64 | 0 | 75 | 51 | 157 | 54 | 51 |
| Binary | 1001001 | 10010111 | 111011 | 110100 | 0 | 111101 | 101001 | 1101111 | 101100 | 101001 |
Color Harmonies of #49973B
Complementary color
Monochromatic Colors of #49973B
Black with #49973B
Text Example
Text Example
White with #49973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49973B; }
p { color: rgb(73,151,59); }
H1.HeaderClassName
{
color: #49973B;
}
.AnyTagClassName
{
color: #49973B;
}
</style>
background-color css
<style>
a { background-color: #49973B; }
a { background-color: rgb(73,151,59); }
div.DivClassName
{
background-color: #49973B;
}
.BgClassName
{
background-color: #49973B;
}
</style>
border-color css
<style>
span { border-color: #49973B; }
span { border-color: rgb(73,151,59); }
td.TdClassName
{
border-color: #49973B;
}
.TagClassName
{
border-color: #49973B;
}
</style>