Shades of La Palma #49931E
Tints of La Palma #49931E
RGB
CMYK
RGB Variations
Color information
#49931E (or 0x49931E) is known color: La Palma. HEX triplet: 49, 93 and 1E. RGB value is (73,147,30). Sum of RGB (Red+Green+Blue) = 73+147+30=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #49931E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49931E is #B66CE1. Grayscale: #6F6F6F. Windows color (decimal): -11955426 or 2003785. OLE color: 2003785.
HSL color Cylindrical-coordinate representation of color #49931E: hue angle of 97.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49931E is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 30 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.42 |
| HSL | 97.95º | 0.66% | 0.35% | - |
| HSV(B) | 97.95º | 0.8% | 0.58% | - |
| XYZ | 13.42 | 22.38 | 4.84 | - |
| YUV | 111.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 30 | 0.50 | 0 | 0.80 | 0.42 | 97.95 | 0.66 | 0.35 |
| Hex | 49 | 93 | 1E | 32 | 0 | 50 | 2A | 62 | 42 | 23 |
| Octal | 111 | 223 | 36 | 62 | 0 | 120 | 52 | 142 | 102 | 43 |
| Binary | 1001001 | 10010011 | 11110 | 110010 | 0 | 1010000 | 101010 | 1100010 | 1000010 | 100011 |
Color Harmonies of #49931E
Complementary color
Monochromatic Colors of #49931E
Black with #49931E
Text Example
Text Example
White with #49931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49931E; }
p { color: rgb(73,147,30); }
H1.HeaderClassName
{
color: #49931E;
}
.AnyTagClassName
{
color: #49931E;
}
</style>
background-color css
<style>
a { background-color: #49931E; }
a { background-color: rgb(73,147,30); }
div.DivClassName
{
background-color: #49931E;
}
.BgClassName
{
background-color: #49931E;
}
</style>
border-color css
<style>
span { border-color: #49931E; }
span { border-color: rgb(73,147,30); }
td.TdClassName
{
border-color: #49931E;
}
.TagClassName
{
border-color: #49931E;
}
</style>