Shades of La Palma #488919
Tints of La Palma #488919
RGB
CMYK
RGB Variations
Color information
#488919 (or 0x488919) is known color: La Palma. HEX triplet: 48, 89 and 19. RGB value is (72,137,25). Sum of RGB (Red+Green+Blue) = 72+137+25=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #488919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488919 is #B776E6. Grayscale: #696969. Windows color (decimal): -12023527 or 1673544. OLE color: 1673544.
HSL color Cylindrical-coordinate representation of color #488919: hue angle of 94.82º 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 #488919 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 25 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.46 |
| HSL | 94.82º | 0.69% | 0.32% | - |
| HSV(B) | 94.82º | 0.82% | 0.54% | - |
| XYZ | 11.79 | 19.34 | 4.03 | - |
| YUV | 104.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 25 | 0.47 | 0 | 0.82 | 0.46 | 94.82 | 0.69 | 0.32 |
| Hex | 48 | 89 | 19 | 2F | 0 | 52 | 2E | 5F | 45 | 20 |
| Octal | 110 | 211 | 31 | 57 | 0 | 122 | 56 | 137 | 105 | 40 |
| Binary | 1001000 | 10001001 | 11001 | 101111 | 0 | 1010010 | 101110 | 1011111 | 1000101 | 100000 |
Color Harmonies of #488919
Complementary color
Monochromatic Colors of #488919
Black with #488919
Text Example
Text Example
White with #488919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488919; }
p { color: rgb(72,137,25); }
H1.HeaderClassName
{
color: #488919;
}
.AnyTagClassName
{
color: #488919;
}
</style>
background-color css
<style>
a { background-color: #488919; }
a { background-color: rgb(72,137,25); }
div.DivClassName
{
background-color: #488919;
}
.BgClassName
{
background-color: #488919;
}
</style>
border-color css
<style>
span { border-color: #488919; }
span { border-color: rgb(72,137,25); }
td.TdClassName
{
border-color: #488919;
}
.TagClassName
{
border-color: #488919;
}
</style>