Shades of La Palma #488236
Tints of La Palma #488236
RGB
CMYK
RGB Variations
Color information
#488236 (or 0x488236) is known color: La Palma. HEX triplet: 48, 82 and 36. RGB value is (72,130,54). Sum of RGB (Red+Green+Blue) = 72+130+54=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #488236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488236 is #B77DC9. Grayscale: #686868. Windows color (decimal): -12025290 or 3572296. OLE color: 3572296.
HSL color Cylindrical-coordinate representation of color #488236: hue angle of 105.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488236 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 54 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.49 |
| HSL | 105.79º | 0.41% | 0.36% | - |
| HSV(B) | 105.79º | 0.58% | 0.51% | - |
| XYZ | 11.32 | 17.61 | 6.29 | - |
| YUV | 103.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 54 | 0.45 | 0 | 0.58 | 0.49 | 105.79 | 0.41 | 0.36 |
| Hex | 48 | 82 | 36 | 2D | 0 | 3A | 31 | 6A | 29 | 24 |
| Octal | 110 | 202 | 66 | 55 | 0 | 72 | 61 | 152 | 51 | 44 |
| Binary | 1001000 | 10000010 | 110110 | 101101 | 0 | 111010 | 110001 | 1101010 | 101001 | 100100 |
Color Harmonies of #488236
Complementary color
Monochromatic Colors of #488236
Black with #488236
Text Example
Text Example
White with #488236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488236; }
p { color: rgb(72,130,54); }
H1.HeaderClassName
{
color: #488236;
}
.AnyTagClassName
{
color: #488236;
}
</style>
background-color css
<style>
a { background-color: #488236; }
a { background-color: rgb(72,130,54); }
div.DivClassName
{
background-color: #488236;
}
.BgClassName
{
background-color: #488236;
}
</style>
border-color css
<style>
span { border-color: #488236; }
span { border-color: rgb(72,130,54); }
td.TdClassName
{
border-color: #488236;
}
.TagClassName
{
border-color: #488236;
}
</style>