Shades of La Palma #47900A
Tints of La Palma #47900A
RGB
CMYK
RGB Variations
Color information
#47900A (or 0x47900A) is known color: La Palma. HEX triplet: 47, 90 and 0A. RGB value is (71,144,10). Sum of RGB (Red+Green+Blue) = 71+144+10=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #47900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47900A is #B86FF5. Grayscale: #6B6B6B. Windows color (decimal): -12087286 or 692295. OLE color: 692295.
HSL color Cylindrical-coordinate representation of color #47900A: hue angle of 92.69º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47900A is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 10 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.44 |
| HSL | 92.69º | 0.87% | 0.3% | - |
| HSV(B) | 92.69º | 0.93% | 0.56% | - |
| XYZ | 12.63 | 21.31 | 3.73 | - |
| YUV | 106.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 10 | 0.51 | 0 | 0.93 | 0.44 | 92.69 | 0.87 | 0.3 |
| Hex | 47 | 90 | A | 33 | 0 | 5D | 2C | 5D | 57 | 1E |
| Octal | 107 | 220 | 12 | 63 | 0 | 135 | 54 | 135 | 127 | 36 |
| Binary | 1000111 | 10010000 | 1010 | 110011 | 0 | 1011101 | 101100 | 1011101 | 1010111 | 11110 |
Color Harmonies of #47900A
Complementary color
Monochromatic Colors of #47900A
Black with #47900A
Text Example
Text Example
White with #47900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47900A; }
p { color: rgb(71,144,10); }
H1.HeaderClassName
{
color: #47900A;
}
.AnyTagClassName
{
color: #47900A;
}
</style>
background-color css
<style>
a { background-color: #47900A; }
a { background-color: rgb(71,144,10); }
div.DivClassName
{
background-color: #47900A;
}
.BgClassName
{
background-color: #47900A;
}
</style>
border-color css
<style>
span { border-color: #47900A; }
span { border-color: rgb(71,144,10); }
td.TdClassName
{
border-color: #47900A;
}
.TagClassName
{
border-color: #47900A;
}
</style>