Shades of La Palma #49981F
Tints of La Palma #49981F
RGB
CMYK
RGB Variations
Color information
#49981F (or 0x49981F) is known color: La Palma. HEX triplet: 49, 98 and 1F. RGB value is (73,152,31). Sum of RGB (Red+Green+Blue) = 73+152+31=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #49981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49981F is #B667E0. Grayscale: #727272. Windows color (decimal): -11954145 or 2070601. OLE color: 2070601.
HSL color Cylindrical-coordinate representation of color #49981F: hue angle of 99.17º degrees, saturation: 0.66, 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 #49981F is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 31 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.40 |
| HSL | 99.17º | 0.66% | 0.36% | - |
| HSV(B) | 99.17º | 0.8% | 0.6% | - |
| XYZ | 14.22 | 23.97 | 5.17 | - |
| YUV | 114.59 | 80.83 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 31 | 0.52 | 0 | 0.80 | 0.40 | 99.17 | 0.66 | 0.36 |
| Hex | 49 | 98 | 1F | 34 | 0 | 50 | 28 | 63 | 42 | 24 |
| Octal | 111 | 230 | 37 | 64 | 0 | 120 | 50 | 143 | 102 | 44 |
| Binary | 1001001 | 10011000 | 11111 | 110100 | 0 | 1010000 | 101000 | 1100011 | 1000010 | 100100 |
Color Harmonies of #49981F
Complementary color
Monochromatic Colors of #49981F
Black with #49981F
Text Example
Text Example
White with #49981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49981F; }
p { color: rgb(73,152,31); }
H1.HeaderClassName
{
color: #49981F;
}
.AnyTagClassName
{
color: #49981F;
}
</style>
background-color css
<style>
a { background-color: #49981F; }
a { background-color: rgb(73,152,31); }
div.DivClassName
{
background-color: #49981F;
}
.BgClassName
{
background-color: #49981F;
}
</style>
border-color css
<style>
span { border-color: #49981F; }
span { border-color: rgb(73,152,31); }
td.TdClassName
{
border-color: #49981F;
}
.TagClassName
{
border-color: #49981F;
}
</style>