Shades of La Palma #48900A
Tints of La Palma #48900A
RGB
CMYK
RGB Variations
Color information
#48900A (or 0x48900A) is known color: La Palma. HEX triplet: 48, 90 and 0A. RGB value is (72,144,10). Sum of RGB (Red+Green+Blue) = 72+144+10=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #48900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48900A is #B76FF5. Grayscale: #6B6B6B. Windows color (decimal): -12021750 or 692296. OLE color: 692296.
HSL color Cylindrical-coordinate representation of color #48900A: hue angle of 92.24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48900A is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 10 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.44 |
| HSL | 92.24º | 0.87% | 0.3% | - |
| HSV(B) | 92.24º | 0.93% | 0.56% | - |
| XYZ | 12.7 | 21.35 | 3.74 | - |
| YUV | 107.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 10 | 0.50 | 0 | 0.93 | 0.44 | 92.24 | 0.87 | 0.3 |
| Hex | 48 | 90 | A | 32 | 0 | 5D | 2C | 5C | 57 | 1E |
| Octal | 110 | 220 | 12 | 62 | 0 | 135 | 54 | 134 | 127 | 36 |
| Binary | 1001000 | 10010000 | 1010 | 110010 | 0 | 1011101 | 101100 | 1011100 | 1010111 | 11110 |
Color Harmonies of #48900A
Complementary color
Monochromatic Colors of #48900A
Black with #48900A
Text Example
Text Example
White with #48900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48900A; }
p { color: rgb(72,144,10); }
H1.HeaderClassName
{
color: #48900A;
}
.AnyTagClassName
{
color: #48900A;
}
</style>
background-color css
<style>
a { background-color: #48900A; }
a { background-color: rgb(72,144,10); }
div.DivClassName
{
background-color: #48900A;
}
.BgClassName
{
background-color: #48900A;
}
</style>
border-color css
<style>
span { border-color: #48900A; }
span { border-color: rgb(72,144,10); }
td.TdClassName
{
border-color: #48900A;
}
.TagClassName
{
border-color: #48900A;
}
</style>