Shades of La Palma #488E3C
Tints of La Palma #488E3C
RGB
CMYK
RGB Variations
Color information
#488E3C (or 0x488E3C) is known color: La Palma. HEX triplet: 48, 8E and 3C. RGB value is (72,142,60). Sum of RGB (Red+Green+Blue) = 72+142+60=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #488E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E3C is #B771C3. Grayscale: #6F6F6F. Windows color (decimal): -12022212 or 3968584. OLE color: 3968584.
HSL color Cylindrical-coordinate representation of color #488E3C: hue angle of 111.22º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488E3C is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 60 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.44 |
| HSL | 111.22º | 0.41% | 0.4% | - |
| HSV(B) | 111.22º | 0.58% | 0.56% | - |
| XYZ | 13.16 | 21.05 | 7.64 | - |
| YUV | 111.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 60 | 0.49 | 0 | 0.58 | 0.44 | 111.22 | 0.41 | 0.4 |
| Hex | 48 | 8E | 3C | 31 | 0 | 3A | 2C | 6F | 29 | 28 |
| Octal | 110 | 216 | 74 | 61 | 0 | 72 | 54 | 157 | 51 | 50 |
| Binary | 1001000 | 10001110 | 111100 | 110001 | 0 | 111010 | 101100 | 1101111 | 101001 | 101000 |
Color Harmonies of #488E3C
Complementary color
Monochromatic Colors of #488E3C
Black with #488E3C
Text Example
Text Example
White with #488E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E3C; }
p { color: rgb(72,142,60); }
H1.HeaderClassName
{
color: #488E3C;
}
.AnyTagClassName
{
color: #488E3C;
}
</style>
background-color css
<style>
a { background-color: #488E3C; }
a { background-color: rgb(72,142,60); }
div.DivClassName
{
background-color: #488E3C;
}
.BgClassName
{
background-color: #488E3C;
}
</style>
border-color css
<style>
span { border-color: #488E3C; }
span { border-color: rgb(72,142,60); }
td.TdClassName
{
border-color: #488E3C;
}
.TagClassName
{
border-color: #488E3C;
}
</style>