Shades of La Palma #47900E
Tints of La Palma #47900E
RGB
CMYK
RGB Variations
Color information
#47900E (or 0x47900E) is known color: La Palma. HEX triplet: 47, 90 and 0E. RGB value is (71,144,14). Sum of RGB (Red+Green+Blue) = 71+144+14=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #47900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47900E is #B86FF1. Grayscale: #6B6B6B. Windows color (decimal): -12087282 or 954439. OLE color: 954439.
HSL color Cylindrical-coordinate representation of color #47900E: hue angle of 93.69º 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 #47900E is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 14 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.44 |
| HSL | 93.69º | 0.82% | 0.31% | - |
| HSV(B) | 93.69º | 0.9% | 0.56% | - |
| XYZ | 12.65 | 21.32 | 3.86 | - |
| YUV | 107.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 14 | 0.51 | 0 | 0.90 | 0.44 | 93.69 | 0.82 | 0.31 |
| Hex | 47 | 90 | E | 33 | 0 | 5A | 2C | 5E | 52 | 1F |
| Octal | 107 | 220 | 16 | 63 | 0 | 132 | 54 | 136 | 122 | 37 |
| Binary | 1000111 | 10010000 | 1110 | 110011 | 0 | 1011010 | 101100 | 1011110 | 1010010 | 11111 |
Color Harmonies of #47900E
Complementary color
Monochromatic Colors of #47900E
Black with #47900E
Text Example
Text Example
White with #47900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47900E; }
p { color: rgb(71,144,14); }
H1.HeaderClassName
{
color: #47900E;
}
.AnyTagClassName
{
color: #47900E;
}
</style>
background-color css
<style>
a { background-color: #47900E; }
a { background-color: rgb(71,144,14); }
div.DivClassName
{
background-color: #47900E;
}
.BgClassName
{
background-color: #47900E;
}
</style>
border-color css
<style>
span { border-color: #47900E; }
span { border-color: rgb(71,144,14); }
td.TdClassName
{
border-color: #47900E;
}
.TagClassName
{
border-color: #47900E;
}
</style>