Shades of La Palma #48880C
Tints of La Palma #48880C
RGB
CMYK
RGB Variations
Color information
#48880C (or 0x48880C) is known color: La Palma. HEX triplet: 48, 88 and 0C. RGB value is (72,136,12). Sum of RGB (Red+Green+Blue) = 72+136+12=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #48880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880C is #B777F3. Grayscale: #676767. Windows color (decimal): -12023796 or 821320. OLE color: 821320.
HSL color Cylindrical-coordinate representation of color #48880C: hue angle of 90.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48880C is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 12 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.47 |
| HSL | 90.97º | 0.84% | 0.29% | - |
| HSV(B) | 90.97º | 0.91% | 0.53% | - |
| XYZ | 11.54 | 19.01 | 3.41 | - |
| YUV | 102.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 12 | 0.47 | 0 | 0.91 | 0.47 | 90.97 | 0.84 | 0.29 |
| Hex | 48 | 88 | C | 2F | 0 | 5B | 2F | 5B | 54 | 1D |
| Octal | 110 | 210 | 14 | 57 | 0 | 133 | 57 | 133 | 124 | 35 |
| Binary | 1001000 | 10001000 | 1100 | 101111 | 0 | 1011011 | 101111 | 1011011 | 1010100 | 11101 |
Color Harmonies of #48880C
Complementary color
Monochromatic Colors of #48880C
Black with #48880C
Text Example
Text Example
White with #48880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48880C; }
p { color: rgb(72,136,12); }
H1.HeaderClassName
{
color: #48880C;
}
.AnyTagClassName
{
color: #48880C;
}
</style>
background-color css
<style>
a { background-color: #48880C; }
a { background-color: rgb(72,136,12); }
div.DivClassName
{
background-color: #48880C;
}
.BgClassName
{
background-color: #48880C;
}
</style>
border-color css
<style>
span { border-color: #48880C; }
span { border-color: rgb(72,136,12); }
td.TdClassName
{
border-color: #48880C;
}
.TagClassName
{
border-color: #48880C;
}
</style>