Shades of La Palma #488819
Tints of La Palma #488819
RGB
CMYK
RGB Variations
Color information
#488819 (or 0x488819) is known color: La Palma. HEX triplet: 48, 88 and 19. RGB value is (72,136,25). Sum of RGB (Red+Green+Blue) = 72+136+25=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #488819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488819 is #B777E6. Grayscale: #686868. Windows color (decimal): -12023783 or 1673288. OLE color: 1673288.
HSL color Cylindrical-coordinate representation of color #488819: hue angle of 94.59º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #488819 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 25 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.47 |
| HSL | 94.59º | 0.69% | 0.32% | - |
| HSV(B) | 94.59º | 0.82% | 0.53% | - |
| XYZ | 11.65 | 19.06 | 3.98 | - |
| YUV | 104.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 25 | 0.47 | 0 | 0.82 | 0.47 | 94.59 | 0.69 | 0.32 |
| Hex | 48 | 88 | 19 | 2F | 0 | 52 | 2F | 5F | 45 | 20 |
| Octal | 110 | 210 | 31 | 57 | 0 | 122 | 57 | 137 | 105 | 40 |
| Binary | 1001000 | 10001000 | 11001 | 101111 | 0 | 1010010 | 101111 | 1011111 | 1000101 | 100000 |
Color Harmonies of #488819
Complementary color
Monochromatic Colors of #488819
Black with #488819
Text Example
Text Example
White with #488819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488819; }
p { color: rgb(72,136,25); }
H1.HeaderClassName
{
color: #488819;
}
.AnyTagClassName
{
color: #488819;
}
</style>
background-color css
<style>
a { background-color: #488819; }
a { background-color: rgb(72,136,25); }
div.DivClassName
{
background-color: #488819;
}
.BgClassName
{
background-color: #488819;
}
</style>
border-color css
<style>
span { border-color: #488819; }
span { border-color: rgb(72,136,25); }
td.TdClassName
{
border-color: #488819;
}
.TagClassName
{
border-color: #488819;
}
</style>