Shades of La Palma #48880A
Tints of La Palma #48880A
RGB
CMYK
RGB Variations
Color information
#48880A (or 0x48880A) is known color: La Palma. HEX triplet: 48, 88 and 0A. RGB value is (72,136,10). Sum of RGB (Red+Green+Blue) = 72+136+10=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #48880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880A is #B777F5. Grayscale: #666666. Windows color (decimal): -12023798 or 690248. OLE color: 690248.
HSL color Cylindrical-coordinate representation of color #48880A: hue angle of 90.48º 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 #48880A is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 10 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.47 |
| HSL | 90.48º | 0.86% | 0.29% | - |
| HSV(B) | 90.48º | 0.93% | 0.53% | - |
| XYZ | 11.53 | 19.01 | 3.35 | - |
| YUV | 102.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 10 | 0.47 | 0 | 0.93 | 0.47 | 90.48 | 0.86 | 0.29 |
| Hex | 48 | 88 | A | 2F | 0 | 5D | 2F | 5A | 56 | 1D |
| Octal | 110 | 210 | 12 | 57 | 0 | 135 | 57 | 132 | 126 | 35 |
| Binary | 1001000 | 10001000 | 1010 | 101111 | 0 | 1011101 | 101111 | 1011010 | 1010110 | 11101 |
Color Harmonies of #48880A
Complementary color
Monochromatic Colors of #48880A
Black with #48880A
Text Example
Text Example
White with #48880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48880A; }
p { color: rgb(72,136,10); }
H1.HeaderClassName
{
color: #48880A;
}
.AnyTagClassName
{
color: #48880A;
}
</style>
background-color css
<style>
a { background-color: #48880A; }
a { background-color: rgb(72,136,10); }
div.DivClassName
{
background-color: #48880A;
}
.BgClassName
{
background-color: #48880A;
}
</style>
border-color css
<style>
span { border-color: #48880A; }
span { border-color: rgb(72,136,10); }
td.TdClassName
{
border-color: #48880A;
}
.TagClassName
{
border-color: #48880A;
}
</style>