Shades of La Palma #488A0A
Tints of La Palma #488A0A
RGB
CMYK
RGB Variations
Color information
#488A0A (or 0x488A0A) is known color: La Palma. HEX triplet: 48, 8A and 0A. RGB value is (72,138,10). Sum of RGB (Red+Green+Blue) = 72+138+10=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #488A0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A0A is #B775F5. Grayscale: #686868. Windows color (decimal): -12023286 or 690760. OLE color: 690760.
HSL color Cylindrical-coordinate representation of color #488A0A: hue angle of 90.94º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #488A0A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 10 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.46 |
| HSL | 90.94º | 0.86% | 0.29% | - |
| HSV(B) | 90.94º | 0.93% | 0.54% | - |
| XYZ | 11.82 | 19.58 | 3.44 | - |
| YUV | 103.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 10 | 0.48 | 0 | 0.93 | 0.46 | 90.94 | 0.86 | 0.29 |
| Hex | 48 | 8A | A | 30 | 0 | 5D | 2E | 5B | 56 | 1D |
| Octal | 110 | 212 | 12 | 60 | 0 | 135 | 56 | 133 | 126 | 35 |
| Binary | 1001000 | 10001010 | 1010 | 110000 | 0 | 1011101 | 101110 | 1011011 | 1010110 | 11101 |
Color Harmonies of #488A0A
Complementary color
Monochromatic Colors of #488A0A
Black with #488A0A
Text Example
Text Example
White with #488A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A0A; }
p { color: rgb(72,138,10); }
H1.HeaderClassName
{
color: #488A0A;
}
.AnyTagClassName
{
color: #488A0A;
}
</style>
background-color css
<style>
a { background-color: #488A0A; }
a { background-color: rgb(72,138,10); }
div.DivClassName
{
background-color: #488A0A;
}
.BgClassName
{
background-color: #488A0A;
}
</style>
border-color css
<style>
span { border-color: #488A0A; }
span { border-color: rgb(72,138,10); }
td.TdClassName
{
border-color: #488A0A;
}
.TagClassName
{
border-color: #488A0A;
}
</style>