Shades of La Palma #489B14
Tints of La Palma #489B14
RGB
CMYK
RGB Variations
Color information
#489B14 (or 0x489B14) is known color: La Palma. HEX triplet: 48, 9B and 14. RGB value is (72,155,20). Sum of RGB (Red+Green+Blue) = 72+155+20=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #489B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489B14 is #B764EB. Grayscale: #737373. Windows color (decimal): -12018924 or 1350472. OLE color: 1350472.
HSL color Cylindrical-coordinate representation of color #489B14: hue angle of 96.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #489B14 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 20 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.39 |
| HSL | 96.89º | 0.77% | 0.34% | - |
| HSV(B) | 96.89º | 0.87% | 0.61% | - |
| XYZ | 14.52 | 24.87 | 4.7 | - |
| YUV | 114.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 20 | 0.54 | 0 | 0.87 | 0.39 | 96.89 | 0.77 | 0.34 |
| Hex | 48 | 9B | 14 | 36 | 0 | 57 | 27 | 61 | 4D | 22 |
| Octal | 110 | 233 | 24 | 66 | 0 | 127 | 47 | 141 | 115 | 42 |
| Binary | 1001000 | 10011011 | 10100 | 110110 | 0 | 1010111 | 100111 | 1100001 | 1001101 | 100010 |
Color Harmonies of #489B14
Complementary color
Monochromatic Colors of #489B14
Black with #489B14
Text Example
Text Example
White with #489B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B14; }
p { color: rgb(72,155,20); }
H1.HeaderClassName
{
color: #489B14;
}
.AnyTagClassName
{
color: #489B14;
}
</style>
background-color css
<style>
a { background-color: #489B14; }
a { background-color: rgb(72,155,20); }
div.DivClassName
{
background-color: #489B14;
}
.BgClassName
{
background-color: #489B14;
}
</style>
border-color css
<style>
span { border-color: #489B14; }
span { border-color: rgb(72,155,20); }
td.TdClassName
{
border-color: #489B14;
}
.TagClassName
{
border-color: #489B14;
}
</style>