Shades of La Palma #48880E
Tints of La Palma #48880E
RGB
CMYK
RGB Variations
Color information
#48880E (or 0x48880E) is known color: La Palma. HEX triplet: 48, 88 and 0E. RGB value is (72,136,14). Sum of RGB (Red+Green+Blue) = 72+136+14=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #48880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880E is #B777F1. Grayscale: #676767. Windows color (decimal): -12023794 or 952392. OLE color: 952392.
HSL color Cylindrical-coordinate representation of color #48880E: hue angle of 91.48º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48880E is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 14 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.47 |
| HSL | 91.48º | 0.81% | 0.29% | - |
| HSV(B) | 91.48º | 0.9% | 0.53% | - |
| XYZ | 11.56 | 19.02 | 3.48 | - |
| YUV | 102.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 14 | 0.47 | 0 | 0.90 | 0.47 | 91.48 | 0.81 | 0.29 |
| Hex | 48 | 88 | E | 2F | 0 | 5A | 2F | 5B | 51 | 1D |
| Octal | 110 | 210 | 16 | 57 | 0 | 132 | 57 | 133 | 121 | 35 |
| Binary | 1001000 | 10001000 | 1110 | 101111 | 0 | 1011010 | 101111 | 1011011 | 1010001 | 11101 |
Color Harmonies of #48880E
Complementary color
Monochromatic Colors of #48880E
Black with #48880E
Text Example
Text Example
White with #48880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48880E; }
p { color: rgb(72,136,14); }
H1.HeaderClassName
{
color: #48880E;
}
.AnyTagClassName
{
color: #48880E;
}
</style>
background-color css
<style>
a { background-color: #48880E; }
a { background-color: rgb(72,136,14); }
div.DivClassName
{
background-color: #48880E;
}
.BgClassName
{
background-color: #48880E;
}
</style>
border-color css
<style>
span { border-color: #48880E; }
span { border-color: rgb(72,136,14); }
td.TdClassName
{
border-color: #48880E;
}
.TagClassName
{
border-color: #48880E;
}
</style>