Shades of La Palma #49981E
Tints of La Palma #49981E
RGB
CMYK
RGB Variations
Color information
#49981E (or 0x49981E) is known color: La Palma. HEX triplet: 49, 98 and 1E. RGB value is (73,152,30). Sum of RGB (Red+Green+Blue) = 73+152+30=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #49981E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49981E is #B667E1. Grayscale: #727272. Windows color (decimal): -11954146 or 2005065. OLE color: 2005065.
HSL color Cylindrical-coordinate representation of color #49981E: hue angle of 98.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49981E is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 30 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.40 |
| HSL | 98.85º | 0.67% | 0.36% | - |
| HSV(B) | 98.85º | 0.8% | 0.6% | - |
| XYZ | 14.21 | 23.97 | 5.11 | - |
| YUV | 114.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 30 | 0.52 | 0 | 0.80 | 0.40 | 98.85 | 0.67 | 0.36 |
| Hex | 49 | 98 | 1E | 34 | 0 | 50 | 28 | 63 | 43 | 24 |
| Octal | 111 | 230 | 36 | 64 | 0 | 120 | 50 | 143 | 103 | 44 |
| Binary | 1001001 | 10011000 | 11110 | 110100 | 0 | 1010000 | 101000 | 1100011 | 1000011 | 100100 |
Color Harmonies of #49981E
Complementary color
Monochromatic Colors of #49981E
Black with #49981E
Text Example
Text Example
White with #49981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49981E; }
p { color: rgb(73,152,30); }
H1.HeaderClassName
{
color: #49981E;
}
.AnyTagClassName
{
color: #49981E;
}
</style>
background-color css
<style>
a { background-color: #49981E; }
a { background-color: rgb(73,152,30); }
div.DivClassName
{
background-color: #49981E;
}
.BgClassName
{
background-color: #49981E;
}
</style>
border-color css
<style>
span { border-color: #49981E; }
span { border-color: rgb(73,152,30); }
td.TdClassName
{
border-color: #49981E;
}
.TagClassName
{
border-color: #49981E;
}
</style>