Shades of La Palma #478D20
Tints of La Palma #478D20
RGB
CMYK
RGB Variations
Color information
#478D20 (or 0x478D20) is known color: La Palma. HEX triplet: 47, 8D and 20. RGB value is (71,141,32). Sum of RGB (Red+Green+Blue) = 71+141+32=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #478D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D20 is #B872DF. Grayscale: #6C6C6C. Windows color (decimal): -12088032 or 2133319. OLE color: 2133319.
HSL color Cylindrical-coordinate representation of color #478D20: hue angle of 98.53º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #478D20 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 32 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.45 |
| HSL | 98.53º | 0.63% | 0.34% | - |
| HSV(B) | 98.53º | 0.77% | 0.55% | - |
| XYZ | 12.38 | 20.49 | 4.67 | - |
| YUV | 107.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 32 | 0.50 | 0 | 0.77 | 0.45 | 98.53 | 0.63 | 0.34 |
| Hex | 47 | 8D | 20 | 32 | 0 | 4D | 2D | 63 | 3F | 22 |
| Octal | 107 | 215 | 40 | 62 | 0 | 115 | 55 | 143 | 77 | 42 |
| Binary | 1000111 | 10001101 | 100000 | 110010 | 0 | 1001101 | 101101 | 1100011 | 111111 | 100010 |
Color Harmonies of #478D20
Complementary color
Monochromatic Colors of #478D20
Black with #478D20
Text Example
Text Example
White with #478D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D20; }
p { color: rgb(71,141,32); }
H1.HeaderClassName
{
color: #478D20;
}
.AnyTagClassName
{
color: #478D20;
}
</style>
background-color css
<style>
a { background-color: #478D20; }
a { background-color: rgb(71,141,32); }
div.DivClassName
{
background-color: #478D20;
}
.BgClassName
{
background-color: #478D20;
}
</style>
border-color css
<style>
span { border-color: #478D20; }
span { border-color: rgb(71,141,32); }
td.TdClassName
{
border-color: #478D20;
}
.TagClassName
{
border-color: #478D20;
}
</style>