Shades of La Palma #48940E
Tints of La Palma #48940E
RGB
CMYK
RGB Variations
Color information
#48940E (or 0x48940E) is known color: La Palma. HEX triplet: 48, 94 and 0E. RGB value is (72,148,14). Sum of RGB (Red+Green+Blue) = 72+148+14=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #48940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48940E is #B76BF1. Grayscale: #6E6E6E. Windows color (decimal): -12020722 or 955464. OLE color: 955464.
HSL color Cylindrical-coordinate representation of color #48940E: hue angle of 94.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48940E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 14 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.42 |
| HSL | 94.03º | 0.83% | 0.32% | - |
| HSV(B) | 94.03º | 0.91% | 0.58% | - |
| XYZ | 13.34 | 22.59 | 4.07 | - |
| YUV | 110 | 73.82 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 14 | 0.51 | 0 | 0.91 | 0.42 | 94.03 | 0.83 | 0.32 |
| Hex | 48 | 94 | E | 33 | 0 | 5B | 2A | 5E | 53 | 20 |
| Octal | 110 | 224 | 16 | 63 | 0 | 133 | 52 | 136 | 123 | 40 |
| Binary | 1001000 | 10010100 | 1110 | 110011 | 0 | 1011011 | 101010 | 1011110 | 1010011 | 100000 |
Color Harmonies of #48940E
Complementary color
Monochromatic Colors of #48940E
Black with #48940E
Text Example
Text Example
White with #48940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48940E; }
p { color: rgb(72,148,14); }
H1.HeaderClassName
{
color: #48940E;
}
.AnyTagClassName
{
color: #48940E;
}
</style>
background-color css
<style>
a { background-color: #48940E; }
a { background-color: rgb(72,148,14); }
div.DivClassName
{
background-color: #48940E;
}
.BgClassName
{
background-color: #48940E;
}
</style>
border-color css
<style>
span { border-color: #48940E; }
span { border-color: rgb(72,148,14); }
td.TdClassName
{
border-color: #48940E;
}
.TagClassName
{
border-color: #48940E;
}
</style>