Shades of La Palma #488A19
Tints of La Palma #488A19
RGB
CMYK
RGB Variations
Color information
#488A19 (or 0x488A19) is known color: La Palma. HEX triplet: 48, 8A and 19. RGB value is (72,138,25). Sum of RGB (Red+Green+Blue) = 72+138+25=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #488A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A19 is #B775E6. Grayscale: #696969. Windows color (decimal): -12023271 or 1673800. OLE color: 1673800.
HSL color Cylindrical-coordinate representation of color #488A19: hue angle of 95.04º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #488A19 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 25 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.46 |
| HSL | 95.04º | 0.69% | 0.32% | - |
| HSV(B) | 95.04º | 0.82% | 0.54% | - |
| XYZ | 11.94 | 19.62 | 4.08 | - |
| YUV | 105.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 25 | 0.48 | 0 | 0.82 | 0.46 | 95.04 | 0.69 | 0.32 |
| Hex | 48 | 8A | 19 | 30 | 0 | 52 | 2E | 5F | 45 | 20 |
| Octal | 110 | 212 | 31 | 60 | 0 | 122 | 56 | 137 | 105 | 40 |
| Binary | 1001000 | 10001010 | 11001 | 110000 | 0 | 1010010 | 101110 | 1011111 | 1000101 | 100000 |
Color Harmonies of #488A19
Complementary color
Monochromatic Colors of #488A19
Black with #488A19
Text Example
Text Example
White with #488A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A19; }
p { color: rgb(72,138,25); }
H1.HeaderClassName
{
color: #488A19;
}
.AnyTagClassName
{
color: #488A19;
}
</style>
background-color css
<style>
a { background-color: #488A19; }
a { background-color: rgb(72,138,25); }
div.DivClassName
{
background-color: #488A19;
}
.BgClassName
{
background-color: #488A19;
}
</style>
border-color css
<style>
span { border-color: #488A19; }
span { border-color: rgb(72,138,25); }
td.TdClassName
{
border-color: #488A19;
}
.TagClassName
{
border-color: #488A19;
}
</style>