Shades of La Palma #489A25
Tints of La Palma #489A25
RGB
CMYK
RGB Variations
Color information
#489A25 (or 0x489A25) is known color: La Palma. HEX triplet: 48, 9A and 25. RGB value is (72,154,37). Sum of RGB (Red+Green+Blue) = 72+154+37=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #489A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489A25 is #B765DA. Grayscale: #747474. Windows color (decimal): -12019163 or 2464328. OLE color: 2464328.
HSL color Cylindrical-coordinate representation of color #489A25: hue angle of 102.05º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #489A25 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 37 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.40 |
| HSL | 102.05º | 0.61% | 0.37% | - |
| HSV(B) | 102.05º | 0.76% | 0.6% | - |
| XYZ | 14.56 | 24.62 | 5.74 | - |
| YUV | 116.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 37 | 0.53 | 0 | 0.76 | 0.40 | 102.05 | 0.61 | 0.37 |
| Hex | 48 | 9A | 25 | 35 | 0 | 4C | 28 | 66 | 3D | 25 |
| Octal | 110 | 232 | 45 | 65 | 0 | 114 | 50 | 146 | 75 | 45 |
| Binary | 1001000 | 10011010 | 100101 | 110101 | 0 | 1001100 | 101000 | 1100110 | 111101 | 100101 |
Color Harmonies of #489A25
Complementary color
Monochromatic Colors of #489A25
Black with #489A25
Text Example
Text Example
White with #489A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A25; }
p { color: rgb(72,154,37); }
H1.HeaderClassName
{
color: #489A25;
}
.AnyTagClassName
{
color: #489A25;
}
</style>
background-color css
<style>
a { background-color: #489A25; }
a { background-color: rgb(72,154,37); }
div.DivClassName
{
background-color: #489A25;
}
.BgClassName
{
background-color: #489A25;
}
</style>
border-color css
<style>
span { border-color: #489A25; }
span { border-color: rgb(72,154,37); }
td.TdClassName
{
border-color: #489A25;
}
.TagClassName
{
border-color: #489A25;
}
</style>