Shades of La Palma #478E00
Tints of La Palma #478E00
RGB
CMYK
RGB Variations
Color information
#478E00 (or 0x478E00) is known color: La Palma. HEX triplet: 47, 8E and 00. RGB value is (71,142,0). Sum of RGB (Red+Green+Blue) = 71+142+0=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 142 (55.86% from 255 or 66.67% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 142 - color contains mainly: green. Hex color #478E00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478E00 is #B871FF. Grayscale: #696969. Windows color (decimal): -12087808 or 36423. OLE color: 36423.
HSL color Cylindrical-coordinate representation of color #478E00: hue angle of 90º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #478E00 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.44 |
| HSL | 90º | 1% | 0.28% | - |
| HSV(B) | 90º | 1% | 0.56% | - |
| XYZ | 12.27 | 20.69 | 3.35 | - |
| YUV | 104.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 0 | 0.5 | 0 | 1 | 0.44 | 90 | 1 | 0.28 |
| Hex | 47 | 8E | 0 | 32 | 0 | 64 | 2C | 5A | 64 | 1C |
| Octal | 107 | 216 | 0 | 62 | 0 | 144 | 54 | 132 | 144 | 34 |
| Binary | 1000111 | 10001110 | 0 | 110010 | 0 | 1100100 | 101100 | 1011010 | 1100100 | 11100 |
Color Harmonies of #478E00
Complementary color
Monochromatic Colors of #478E00
Black with #478E00
Text Example
Text Example
White with #478E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E00; }
p { color: rgb(71,142,0); }
H1.HeaderClassName
{
color: #478E00;
}
.AnyTagClassName
{
color: #478E00;
}
</style>
background-color css
<style>
a { background-color: #478E00; }
a { background-color: rgb(71,142,0); }
div.DivClassName
{
background-color: #478E00;
}
.BgClassName
{
background-color: #478E00;
}
</style>
border-color css
<style>
span { border-color: #478E00; }
span { border-color: rgb(71,142,0); }
td.TdClassName
{
border-color: #478E00;
}
.TagClassName
{
border-color: #478E00;
}
</style>