Shades of La Palma #489D32
Tints of La Palma #489D32
RGB
CMYK
RGB Variations
Color information
#489D32 (or 0x489D32) is known color: La Palma. HEX triplet: 48, 9D and 32. RGB value is (72,157,50). Sum of RGB (Red+Green+Blue) = 72+157+50=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #489D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489D32 is #B762CD. Grayscale: #777777. Windows color (decimal): -12018382 or 3317064. OLE color: 3317064.
HSL color Cylindrical-coordinate representation of color #489D32: hue angle of 107.66º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #489D32 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 50 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.38 |
| HSL | 107.66º | 0.52% | 0.41% | - |
| HSV(B) | 107.66º | 0.68% | 0.62% | - |
| XYZ | 15.31 | 25.72 | 7.18 | - |
| YUV | 119.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 50 | 0.54 | 0 | 0.68 | 0.38 | 107.66 | 0.52 | 0.41 |
| Hex | 48 | 9D | 32 | 36 | 0 | 44 | 26 | 6C | 34 | 29 |
| Octal | 110 | 235 | 62 | 66 | 0 | 104 | 46 | 154 | 64 | 51 |
| Binary | 1001000 | 10011101 | 110010 | 110110 | 0 | 1000100 | 100110 | 1101100 | 110100 | 101001 |
Color Harmonies of #489D32
Complementary color
Monochromatic Colors of #489D32
Black with #489D32
Text Example
Text Example
White with #489D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D32; }
p { color: rgb(72,157,50); }
H1.HeaderClassName
{
color: #489D32;
}
.AnyTagClassName
{
color: #489D32;
}
</style>
background-color css
<style>
a { background-color: #489D32; }
a { background-color: rgb(72,157,50); }
div.DivClassName
{
background-color: #489D32;
}
.BgClassName
{
background-color: #489D32;
}
</style>
border-color css
<style>
span { border-color: #489D32; }
span { border-color: rgb(72,157,50); }
td.TdClassName
{
border-color: #489D32;
}
.TagClassName
{
border-color: #489D32;
}
</style>