Shades of La Palma #49900E
Tints of La Palma #49900E
RGB
CMYK
RGB Variations
Color information
#49900E (or 0x49900E) is known color: La Palma. HEX triplet: 49, 90 and 0E. RGB value is (73,144,14). Sum of RGB (Red+Green+Blue) = 73+144+14=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #49900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49900E is #B66FF1. Grayscale: #6C6C6C. Windows color (decimal): -11956210 or 954441. OLE color: 954441.
HSL color Cylindrical-coordinate representation of color #49900E: hue angle of 92.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49900E is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 14 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.44 |
| HSL | 92.77º | 0.82% | 0.31% | - |
| HSV(B) | 92.77º | 0.9% | 0.56% | - |
| XYZ | 12.8 | 21.39 | 3.87 | - |
| YUV | 107.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 14 | 0.49 | 0 | 0.90 | 0.44 | 92.77 | 0.82 | 0.31 |
| Hex | 49 | 90 | E | 31 | 0 | 5A | 2C | 5D | 52 | 1F |
| Octal | 111 | 220 | 16 | 61 | 0 | 132 | 54 | 135 | 122 | 37 |
| Binary | 1001001 | 10010000 | 1110 | 110001 | 0 | 1011010 | 101100 | 1011101 | 1010010 | 11111 |
Color Harmonies of #49900E
Complementary color
Monochromatic Colors of #49900E
Black with #49900E
Text Example
Text Example
White with #49900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49900E; }
p { color: rgb(73,144,14); }
H1.HeaderClassName
{
color: #49900E;
}
.AnyTagClassName
{
color: #49900E;
}
</style>
background-color css
<style>
a { background-color: #49900E; }
a { background-color: rgb(73,144,14); }
div.DivClassName
{
background-color: #49900E;
}
.BgClassName
{
background-color: #49900E;
}
</style>
border-color css
<style>
span { border-color: #49900E; }
span { border-color: rgb(73,144,14); }
td.TdClassName
{
border-color: #49900E;
}
.TagClassName
{
border-color: #49900E;
}
</style>