Shades of La Palma #489232
Tints of La Palma #489232
RGB
CMYK
RGB Variations
Color information
#489232 (or 0x489232) is known color: La Palma. HEX triplet: 48, 92 and 32. RGB value is (72,146,50). Sum of RGB (Red+Green+Blue) = 72+146+50=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #489232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489232 is #B76DCD. Grayscale: #717171. Windows color (decimal): -12021198 or 3314248. OLE color: 3314248.
HSL color Cylindrical-coordinate representation of color #489232: hue angle of 106.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #489232 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 50 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.43 |
| HSL | 106.25º | 0.49% | 0.38% | - |
| HSV(B) | 106.25º | 0.66% | 0.57% | - |
| XYZ | 13.53 | 22.17 | 6.58 | - |
| YUV | 112.93 | 92.48 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 50 | 0.51 | 0 | 0.66 | 0.43 | 106.25 | 0.49 | 0.38 |
| Hex | 48 | 92 | 32 | 33 | 0 | 42 | 2B | 6A | 31 | 26 |
| Octal | 110 | 222 | 62 | 63 | 0 | 102 | 53 | 152 | 61 | 46 |
| Binary | 1001000 | 10010010 | 110010 | 110011 | 0 | 1000010 | 101011 | 1101010 | 110001 | 100110 |
Color Harmonies of #489232
Complementary color
Monochromatic Colors of #489232
Black with #489232
Text Example
Text Example
White with #489232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489232; }
p { color: rgb(72,146,50); }
H1.HeaderClassName
{
color: #489232;
}
.AnyTagClassName
{
color: #489232;
}
</style>
background-color css
<style>
a { background-color: #489232; }
a { background-color: rgb(72,146,50); }
div.DivClassName
{
background-color: #489232;
}
.BgClassName
{
background-color: #489232;
}
</style>
border-color css
<style>
span { border-color: #489232; }
span { border-color: rgb(72,146,50); }
td.TdClassName
{
border-color: #489232;
}
.TagClassName
{
border-color: #489232;
}
</style>