Shades of La Palma #488538
Tints of La Palma #488538
RGB
CMYK
RGB Variations
Color information
#488538 (or 0x488538) is known color: La Palma. HEX triplet: 48, 85 and 38. RGB value is (72,133,56). Sum of RGB (Red+Green+Blue) = 72+133+56=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #488538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488538 is #B77AC7. Grayscale: #6A6A6A. Windows color (decimal): -12024520 or 3704136. OLE color: 3704136.
HSL color Cylindrical-coordinate representation of color #488538: hue angle of 107.53º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488538 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 56 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.48 |
| HSL | 107.53º | 0.41% | 0.37% | - |
| HSV(B) | 107.53º | 0.58% | 0.52% | - |
| XYZ | 11.77 | 18.44 | 6.68 | - |
| YUV | 105.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 56 | 0.46 | 0 | 0.58 | 0.48 | 107.53 | 0.41 | 0.37 |
| Hex | 48 | 85 | 38 | 2E | 0 | 3A | 30 | 6C | 29 | 25 |
| Octal | 110 | 205 | 70 | 56 | 0 | 72 | 60 | 154 | 51 | 45 |
| Binary | 1001000 | 10000101 | 111000 | 101110 | 0 | 111010 | 110000 | 1101100 | 101001 | 100101 |
Color Harmonies of #488538
Complementary color
Monochromatic Colors of #488538
Black with #488538
Text Example
Text Example
White with #488538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488538; }
p { color: rgb(72,133,56); }
H1.HeaderClassName
{
color: #488538;
}
.AnyTagClassName
{
color: #488538;
}
</style>
background-color css
<style>
a { background-color: #488538; }
a { background-color: rgb(72,133,56); }
div.DivClassName
{
background-color: #488538;
}
.BgClassName
{
background-color: #488538;
}
</style>
border-color css
<style>
span { border-color: #488538; }
span { border-color: rgb(72,133,56); }
td.TdClassName
{
border-color: #488538;
}
.TagClassName
{
border-color: #488538;
}
</style>