Shades of La Palma #478E0C
Tints of La Palma #478E0C
RGB
CMYK
RGB Variations
Color information
#478E0C (or 0x478E0C) is known color: La Palma. HEX triplet: 47, 8E and 0C. RGB value is (71,142,12). Sum of RGB (Red+Green+Blue) = 71+142+12=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #478E0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478E0C is #B871F3. Grayscale: #6A6A6A. Windows color (decimal): -12087796 or 822855. OLE color: 822855.
HSL color Cylindrical-coordinate representation of color #478E0C: hue angle of 92.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #478E0C is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 12 | - |
| CMYK | 0.5 | 0 | 0.92 | 0.44 |
| HSL | 92.77º | 0.84% | 0.3% | - |
| HSV(B) | 92.77º | 0.92% | 0.56% | - |
| XYZ | 12.34 | 20.71 | 3.7 | - |
| YUV | 105.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 12 | 0.5 | 0 | 0.92 | 0.44 | 92.77 | 0.84 | 0.3 |
| Hex | 47 | 8E | C | 32 | 0 | 5C | 2C | 5D | 54 | 1E |
| Octal | 107 | 216 | 14 | 62 | 0 | 134 | 54 | 135 | 124 | 36 |
| Binary | 1000111 | 10001110 | 1100 | 110010 | 0 | 1011100 | 101100 | 1011101 | 1010100 | 11110 |
Color Harmonies of #478E0C
Complementary color
Monochromatic Colors of #478E0C
Black with #478E0C
Text Example
Text Example
White with #478E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E0C; }
p { color: rgb(71,142,12); }
H1.HeaderClassName
{
color: #478E0C;
}
.AnyTagClassName
{
color: #478E0C;
}
</style>
background-color css
<style>
a { background-color: #478E0C; }
a { background-color: rgb(71,142,12); }
div.DivClassName
{
background-color: #478E0C;
}
.BgClassName
{
background-color: #478E0C;
}
</style>
border-color css
<style>
span { border-color: #478E0C; }
span { border-color: rgb(71,142,12); }
td.TdClassName
{
border-color: #478E0C;
}
.TagClassName
{
border-color: #478E0C;
}
</style>