Shades of La Palma #488932
Tints of La Palma #488932
RGB
CMYK
RGB Variations
Color information
#488932 (or 0x488932) is known color: La Palma. HEX triplet: 48, 89 and 32. RGB value is (72,137,50). Sum of RGB (Red+Green+Blue) = 72+137+50=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #488932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488932 is #B776CD. Grayscale: #6B6B6B. Windows color (decimal): -12023502 or 3311944. OLE color: 3311944.
HSL color Cylindrical-coordinate representation of color #488932: hue angle of 104.83º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488932 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 50 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.46 |
| HSL | 104.83º | 0.47% | 0.37% | - |
| HSV(B) | 104.83º | 0.64% | 0.54% | - |
| XYZ | 12.19 | 19.5 | 6.14 | - |
| YUV | 107.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 50 | 0.47 | 0 | 0.64 | 0.46 | 104.83 | 0.47 | 0.37 |
| Hex | 48 | 89 | 32 | 2F | 0 | 40 | 2E | 69 | 2F | 25 |
| Octal | 110 | 211 | 62 | 57 | 0 | 100 | 56 | 151 | 57 | 45 |
| Binary | 1001000 | 10001001 | 110010 | 101111 | 0 | 1000000 | 101110 | 1101001 | 101111 | 100101 |
Color Harmonies of #488932
Complementary color
Monochromatic Colors of #488932
Black with #488932
Text Example
Text Example
White with #488932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488932; }
p { color: rgb(72,137,50); }
H1.HeaderClassName
{
color: #488932;
}
.AnyTagClassName
{
color: #488932;
}
</style>
background-color css
<style>
a { background-color: #488932; }
a { background-color: rgb(72,137,50); }
div.DivClassName
{
background-color: #488932;
}
.BgClassName
{
background-color: #488932;
}
</style>
border-color css
<style>
span { border-color: #488932; }
span { border-color: rgb(72,137,50); }
td.TdClassName
{
border-color: #488932;
}
.TagClassName
{
border-color: #488932;
}
</style>