Shades of La Palma #488827
Tints of La Palma #488827
RGB
CMYK
RGB Variations
Color information
#488827 (or 0x488827) is known color: La Palma. HEX triplet: 48, 88 and 27. RGB value is (72,136,39). Sum of RGB (Red+Green+Blue) = 72+136+39=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #488827 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488827 is #B777D8. Grayscale: #6A6A6A. Windows color (decimal): -12023769 or 2590792. OLE color: 2590792.
HSL color Cylindrical-coordinate representation of color #488827: hue angle of 99.59º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488827 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 39 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.47 |
| HSL | 99.59º | 0.55% | 0.34% | - |
| HSV(B) | 99.59º | 0.71% | 0.53% | - |
| XYZ | 11.84 | 19.13 | 4.99 | - |
| YUV | 105.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 39 | 0.47 | 0 | 0.71 | 0.47 | 99.59 | 0.55 | 0.34 |
| Hex | 48 | 88 | 27 | 2F | 0 | 47 | 2F | 64 | 37 | 22 |
| Octal | 110 | 210 | 47 | 57 | 0 | 107 | 57 | 144 | 67 | 42 |
| Binary | 1001000 | 10001000 | 100111 | 101111 | 0 | 1000111 | 101111 | 1100100 | 110111 | 100010 |
Color Harmonies of #488827
Complementary color
Monochromatic Colors of #488827
Black with #488827
Text Example
Text Example
White with #488827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488827; }
p { color: rgb(72,136,39); }
H1.HeaderClassName
{
color: #488827;
}
.AnyTagClassName
{
color: #488827;
}
</style>
background-color css
<style>
a { background-color: #488827; }
a { background-color: rgb(72,136,39); }
div.DivClassName
{
background-color: #488827;
}
.BgClassName
{
background-color: #488827;
}
</style>
border-color css
<style>
span { border-color: #488827; }
span { border-color: rgb(72,136,39); }
td.TdClassName
{
border-color: #488827;
}
.TagClassName
{
border-color: #488827;
}
</style>