Shades of La Palma #48960E
Tints of La Palma #48960E
RGB
CMYK
RGB Variations
Color information
#48960E (or 0x48960E) is known color: La Palma. HEX triplet: 48, 96 and 0E. RGB value is (72,150,14). Sum of RGB (Red+Green+Blue) = 72+150+14=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #48960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48960E is #B769F1. Grayscale: #6F6F6F. Windows color (decimal): -12020210 or 955976. OLE color: 955976.
HSL color Cylindrical-coordinate representation of color #48960E: hue angle of 94.41º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48960E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 14 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.41 |
| HSL | 94.41º | 0.83% | 0.32% | - |
| HSV(B) | 94.41º | 0.91% | 0.59% | - |
| XYZ | 13.66 | 23.22 | 4.18 | - |
| YUV | 111.17 | 73.16 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 14 | 0.52 | 0 | 0.91 | 0.41 | 94.41 | 0.83 | 0.32 |
| Hex | 48 | 96 | E | 34 | 0 | 5B | 29 | 5E | 53 | 20 |
| Octal | 110 | 226 | 16 | 64 | 0 | 133 | 51 | 136 | 123 | 40 |
| Binary | 1001000 | 10010110 | 1110 | 110100 | 0 | 1011011 | 101001 | 1011110 | 1010011 | 100000 |
Color Harmonies of #48960E
Complementary color
Monochromatic Colors of #48960E
Black with #48960E
Text Example
Text Example
White with #48960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48960E; }
p { color: rgb(72,150,14); }
H1.HeaderClassName
{
color: #48960E;
}
.AnyTagClassName
{
color: #48960E;
}
</style>
background-color css
<style>
a { background-color: #48960E; }
a { background-color: rgb(72,150,14); }
div.DivClassName
{
background-color: #48960E;
}
.BgClassName
{
background-color: #48960E;
}
</style>
border-color css
<style>
span { border-color: #48960E; }
span { border-color: rgb(72,150,14); }
td.TdClassName
{
border-color: #48960E;
}
.TagClassName
{
border-color: #48960E;
}
</style>