Shades of La Palma #47880A
Tints of La Palma #47880A
RGB
CMYK
RGB Variations
Color information
#47880A (or 0x47880A) is known color: La Palma. HEX triplet: 47, 88 and 0A. RGB value is (71,136,10). Sum of RGB (Red+Green+Blue) = 71+136+10=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #47880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47880A is #B877F5. Grayscale: #666666. Windows color (decimal): -12089334 or 690247. OLE color: 690247.
HSL color Cylindrical-coordinate representation of color #47880A: hue angle of 90.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47880A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 10 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.47 |
| HSL | 90.95º | 0.86% | 0.29% | - |
| HSV(B) | 90.95º | 0.93% | 0.53% | - |
| XYZ | 11.46 | 18.97 | 3.34 | - |
| YUV | 102.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 10 | 0.48 | 0 | 0.93 | 0.47 | 90.95 | 0.86 | 0.29 |
| Hex | 47 | 88 | A | 30 | 0 | 5D | 2F | 5B | 56 | 1D |
| Octal | 107 | 210 | 12 | 60 | 0 | 135 | 57 | 133 | 126 | 35 |
| Binary | 1000111 | 10001000 | 1010 | 110000 | 0 | 1011101 | 101111 | 1011011 | 1010110 | 11101 |
Color Harmonies of #47880A
Complementary color
Monochromatic Colors of #47880A
Black with #47880A
Text Example
Text Example
White with #47880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47880A; }
p { color: rgb(71,136,10); }
H1.HeaderClassName
{
color: #47880A;
}
.AnyTagClassName
{
color: #47880A;
}
</style>
background-color css
<style>
a { background-color: #47880A; }
a { background-color: rgb(71,136,10); }
div.DivClassName
{
background-color: #47880A;
}
.BgClassName
{
background-color: #47880A;
}
</style>
border-color css
<style>
span { border-color: #47880A; }
span { border-color: rgb(71,136,10); }
td.TdClassName
{
border-color: #47880A;
}
.TagClassName
{
border-color: #47880A;
}
</style>