Shades of La Palma #49880F
Tints of La Palma #49880F
RGB
CMYK
RGB Variations
Color information
#49880F (or 0x49880F) is known color: La Palma. HEX triplet: 49, 88 and 0F. RGB value is (73,136,15). Sum of RGB (Red+Green+Blue) = 73+136+15=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #49880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49880F is #B677F0. Grayscale: #676767. Windows color (decimal): -11958257 or 1017929. OLE color: 1017929.
HSL color Cylindrical-coordinate representation of color #49880F: hue angle of 91.24º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49880F is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 15 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.47 |
| HSL | 91.24º | 0.8% | 0.3% | - |
| HSV(B) | 91.24º | 0.89% | 0.53% | - |
| XYZ | 11.64 | 19.06 | 3.52 | - |
| YUV | 103.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 15 | 0.46 | 0 | 0.89 | 0.47 | 91.24 | 0.8 | 0.3 |
| Hex | 49 | 88 | F | 2E | 0 | 59 | 2F | 5B | 50 | 1E |
| Octal | 111 | 210 | 17 | 56 | 0 | 131 | 57 | 133 | 120 | 36 |
| Binary | 1001001 | 10001000 | 1111 | 101110 | 0 | 1011001 | 101111 | 1011011 | 1010000 | 11110 |
Color Harmonies of #49880F
Complementary color
Monochromatic Colors of #49880F
Black with #49880F
Text Example
Text Example
White with #49880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49880F; }
p { color: rgb(73,136,15); }
H1.HeaderClassName
{
color: #49880F;
}
.AnyTagClassName
{
color: #49880F;
}
</style>
background-color css
<style>
a { background-color: #49880F; }
a { background-color: rgb(73,136,15); }
div.DivClassName
{
background-color: #49880F;
}
.BgClassName
{
background-color: #49880F;
}
</style>
border-color css
<style>
span { border-color: #49880F; }
span { border-color: rgb(73,136,15); }
td.TdClassName
{
border-color: #49880F;
}
.TagClassName
{
border-color: #49880F;
}
</style>