Shades of La Palma #488D3C
Tints of La Palma #488D3C
RGB
CMYK
RGB Variations
Color information
#488D3C (or 0x488D3C) is known color: La Palma. HEX triplet: 48, 8D and 3C. RGB value is (72,141,60). Sum of RGB (Red+Green+Blue) = 72+141+60=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #488D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D3C is #B772C3. Grayscale: #6F6F6F. Windows color (decimal): -12022468 or 3968328. OLE color: 3968328.
HSL color Cylindrical-coordinate representation of color #488D3C: hue angle of 111.11º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #488D3C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 60 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.45 |
| HSL | 111.11º | 0.4% | 0.39% | - |
| HSV(B) | 111.11º | 0.57% | 0.55% | - |
| XYZ | 13.01 | 20.75 | 7.59 | - |
| YUV | 111.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 60 | 0.49 | 0 | 0.57 | 0.45 | 111.11 | 0.4 | 0.39 |
| Hex | 48 | 8D | 3C | 31 | 0 | 39 | 2D | 6F | 28 | 27 |
| Octal | 110 | 215 | 74 | 61 | 0 | 71 | 55 | 157 | 50 | 47 |
| Binary | 1001000 | 10001101 | 111100 | 110001 | 0 | 111001 | 101101 | 1101111 | 101000 | 100111 |
Color Harmonies of #488D3C
Complementary color
Monochromatic Colors of #488D3C
Black with #488D3C
Text Example
Text Example
White with #488D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D3C; }
p { color: rgb(72,141,60); }
H1.HeaderClassName
{
color: #488D3C;
}
.AnyTagClassName
{
color: #488D3C;
}
</style>
background-color css
<style>
a { background-color: #488D3C; }
a { background-color: rgb(72,141,60); }
div.DivClassName
{
background-color: #488D3C;
}
.BgClassName
{
background-color: #488D3C;
}
</style>
border-color css
<style>
span { border-color: #488D3C; }
span { border-color: rgb(72,141,60); }
td.TdClassName
{
border-color: #488D3C;
}
.TagClassName
{
border-color: #488D3C;
}
</style>