Shades of La Palma #48882A
Tints of La Palma #48882A
RGB
CMYK
RGB Variations
Color information
#48882A (or 0x48882A) is known color: La Palma. HEX triplet: 48, 88 and 2A. RGB value is (72,136,42). Sum of RGB (Red+Green+Blue) = 72+136+42=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #48882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48882A is #B777D5. Grayscale: #6A6A6A. Windows color (decimal): -12023766 or 2787400. OLE color: 2787400.
HSL color Cylindrical-coordinate representation of color #48882A: hue angle of 100.85º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48882A is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 42 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.47 |
| HSL | 100.85º | 0.53% | 0.35% | - |
| HSV(B) | 100.85º | 0.69% | 0.53% | - |
| XYZ | 11.89 | 19.15 | 5.26 | - |
| YUV | 106.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 42 | 0.47 | 0 | 0.69 | 0.47 | 100.85 | 0.53 | 0.35 |
| Hex | 48 | 88 | 2A | 2F | 0 | 45 | 2F | 65 | 35 | 23 |
| Octal | 110 | 210 | 52 | 57 | 0 | 105 | 57 | 145 | 65 | 43 |
| Binary | 1001000 | 10001000 | 101010 | 101111 | 0 | 1000101 | 101111 | 1100101 | 110101 | 100011 |
Color Harmonies of #48882A
Complementary color
Monochromatic Colors of #48882A
Black with #48882A
Text Example
Text Example
White with #48882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48882A; }
p { color: rgb(72,136,42); }
H1.HeaderClassName
{
color: #48882A;
}
.AnyTagClassName
{
color: #48882A;
}
</style>
background-color css
<style>
a { background-color: #48882A; }
a { background-color: rgb(72,136,42); }
div.DivClassName
{
background-color: #48882A;
}
.BgClassName
{
background-color: #48882A;
}
</style>
border-color css
<style>
span { border-color: #48882A; }
span { border-color: rgb(72,136,42); }
td.TdClassName
{
border-color: #48882A;
}
.TagClassName
{
border-color: #48882A;
}
</style>