Shades of La Palma #489A0F
Tints of La Palma #489A0F
RGB
CMYK
RGB Variations
Color information
#489A0F (or 0x489A0F) is known color: La Palma. HEX triplet: 48, 9A and 0F. RGB value is (72,154,15). Sum of RGB (Red+Green+Blue) = 72+154+15=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #489A0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489A0F is #B765F0. Grayscale: #727272. Windows color (decimal): -12019185 or 1022536. OLE color: 1022536.
HSL color Cylindrical-coordinate representation of color #489A0F: hue angle of 95.4º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #489A0F is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 15 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.40 |
| HSL | 95.4º | 0.82% | 0.33% | - |
| HSV(B) | 95.4º | 0.9% | 0.6% | - |
| XYZ | 14.31 | 24.52 | 4.43 | - |
| YUV | 113.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 15 | 0.53 | 0 | 0.90 | 0.40 | 95.4 | 0.82 | 0.33 |
| Hex | 48 | 9A | F | 35 | 0 | 5A | 28 | 5F | 52 | 21 |
| Octal | 110 | 232 | 17 | 65 | 0 | 132 | 50 | 137 | 122 | 41 |
| Binary | 1001000 | 10011010 | 1111 | 110101 | 0 | 1011010 | 101000 | 1011111 | 1010010 | 100001 |
Color Harmonies of #489A0F
Complementary color
Monochromatic Colors of #489A0F
Black with #489A0F
Text Example
Text Example
White with #489A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A0F; }
p { color: rgb(72,154,15); }
H1.HeaderClassName
{
color: #489A0F;
}
.AnyTagClassName
{
color: #489A0F;
}
</style>
background-color css
<style>
a { background-color: #489A0F; }
a { background-color: rgb(72,154,15); }
div.DivClassName
{
background-color: #489A0F;
}
.BgClassName
{
background-color: #489A0F;
}
</style>
border-color css
<style>
span { border-color: #489A0F; }
span { border-color: rgb(72,154,15); }
td.TdClassName
{
border-color: #489A0F;
}
.TagClassName
{
border-color: #489A0F;
}
</style>