Shades of La Palma #488D14
Tints of La Palma #488D14
RGB
CMYK
RGB Variations
Color information
#488D14 (or 0x488D14) is known color: La Palma. HEX triplet: 48, 8D and 14. RGB value is (72,141,20). Sum of RGB (Red+Green+Blue) = 72+141+20=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #488D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488D14 is #B772EB. Grayscale: #6A6A6A. Windows color (decimal): -12022508 or 1346888. OLE color: 1346888.
HSL color Cylindrical-coordinate representation of color #488D14: hue angle of 94.21º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #488D14 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 20 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.45 |
| HSL | 94.21º | 0.75% | 0.32% | - |
| HSV(B) | 94.21º | 0.86% | 0.55% | - |
| XYZ | 12.32 | 20.48 | 3.96 | - |
| YUV | 106.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 20 | 0.49 | 0 | 0.86 | 0.45 | 94.21 | 0.75 | 0.32 |
| Hex | 48 | 8D | 14 | 31 | 0 | 56 | 2D | 5E | 4B | 20 |
| Octal | 110 | 215 | 24 | 61 | 0 | 126 | 55 | 136 | 113 | 40 |
| Binary | 1001000 | 10001101 | 10100 | 110001 | 0 | 1010110 | 101101 | 1011110 | 1001011 | 100000 |
Color Harmonies of #488D14
Complementary color
Monochromatic Colors of #488D14
Black with #488D14
Text Example
Text Example
White with #488D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D14; }
p { color: rgb(72,141,20); }
H1.HeaderClassName
{
color: #488D14;
}
.AnyTagClassName
{
color: #488D14;
}
</style>
background-color css
<style>
a { background-color: #488D14; }
a { background-color: rgb(72,141,20); }
div.DivClassName
{
background-color: #488D14;
}
.BgClassName
{
background-color: #488D14;
}
</style>
border-color css
<style>
span { border-color: #488D14; }
span { border-color: rgb(72,141,20); }
td.TdClassName
{
border-color: #488D14;
}
.TagClassName
{
border-color: #488D14;
}
</style>