Shades of La Palma #488A0E
Tints of La Palma #488A0E
RGB
CMYK
RGB Variations
Color information
#488A0E (or 0x488A0E) is known color: La Palma. HEX triplet: 48, 8A and 0E. RGB value is (72,138,14). Sum of RGB (Red+Green+Blue) = 72+138+14=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #488A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A0E is #B775F1. Grayscale: #686868. Windows color (decimal): -12023282 or 952904. OLE color: 952904.
HSL color Cylindrical-coordinate representation of color #488A0E: hue angle of 91.94º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #488A0E is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 14 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.46 |
| HSL | 91.94º | 0.82% | 0.3% | - |
| HSV(B) | 91.94º | 0.9% | 0.54% | - |
| XYZ | 11.84 | 19.59 | 3.57 | - |
| YUV | 104.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 14 | 0.48 | 0 | 0.90 | 0.46 | 91.94 | 0.82 | 0.3 |
| Hex | 48 | 8A | E | 30 | 0 | 5A | 2E | 5C | 52 | 1E |
| Octal | 110 | 212 | 16 | 60 | 0 | 132 | 56 | 134 | 122 | 36 |
| Binary | 1001000 | 10001010 | 1110 | 110000 | 0 | 1011010 | 101110 | 1011100 | 1010010 | 11110 |
Color Harmonies of #488A0E
Complementary color
Monochromatic Colors of #488A0E
Black with #488A0E
Text Example
Text Example
White with #488A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A0E; }
p { color: rgb(72,138,14); }
H1.HeaderClassName
{
color: #488A0E;
}
.AnyTagClassName
{
color: #488A0E;
}
</style>
background-color css
<style>
a { background-color: #488A0E; }
a { background-color: rgb(72,138,14); }
div.DivClassName
{
background-color: #488A0E;
}
.BgClassName
{
background-color: #488A0E;
}
</style>
border-color css
<style>
span { border-color: #488A0E; }
span { border-color: rgb(72,138,14); }
td.TdClassName
{
border-color: #488A0E;
}
.TagClassName
{
border-color: #488A0E;
}
</style>