Shades of La Palma #489F32
Tints of La Palma #489F32
RGB
CMYK
RGB Variations
Color information
#489F32 (or 0x489F32) is known color: La Palma. HEX triplet: 48, 9F and 32. RGB value is (72,159,50). Sum of RGB (Red+Green+Blue) = 72+159+50=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #489F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489F32 is #B760CD. Grayscale: #787878. Windows color (decimal): -12017870 or 3317576. OLE color: 3317576.
HSL color Cylindrical-coordinate representation of color #489F32: hue angle of 107.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #489F32 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 159 | 50 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.38 |
| HSL | 107.89º | 0.52% | 0.41% | - |
| HSV(B) | 107.89º | 0.69% | 0.62% | - |
| XYZ | 15.65 | 26.4 | 7.29 | - |
| YUV | 120.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 50 | 0.55 | 0 | 0.69 | 0.38 | 107.89 | 0.52 | 0.41 |
| Hex | 48 | 9F | 32 | 37 | 0 | 45 | 26 | 6C | 34 | 29 |
| Octal | 110 | 237 | 62 | 67 | 0 | 105 | 46 | 154 | 64 | 51 |
| Binary | 1001000 | 10011111 | 110010 | 110111 | 0 | 1000101 | 100110 | 1101100 | 110100 | 101001 |
Color Harmonies of #489F32
Complementary color
Monochromatic Colors of #489F32
Black with #489F32
Text Example
Text Example
White with #489F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489F32; }
p { color: rgb(72,159,50); }
H1.HeaderClassName
{
color: #489F32;
}
.AnyTagClassName
{
color: #489F32;
}
</style>
background-color css
<style>
a { background-color: #489F32; }
a { background-color: rgb(72,159,50); }
div.DivClassName
{
background-color: #489F32;
}
.BgClassName
{
background-color: #489F32;
}
</style>
border-color css
<style>
span { border-color: #489F32; }
span { border-color: rgb(72,159,50); }
td.TdClassName
{
border-color: #489F32;
}
.TagClassName
{
border-color: #489F32;
}
</style>