Shades of La Palma #488838
Tints of La Palma #488838
RGB
CMYK
RGB Variations
Color information
#488838 (or 0x488838) is known color: La Palma. HEX triplet: 48, 88 and 38. RGB value is (72,136,56). Sum of RGB (Red+Green+Blue) = 72+136+56=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #488838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488838 is #B777C7. Grayscale: #6B6B6B. Windows color (decimal): -12023752 or 3704904. OLE color: 3704904.
HSL color Cylindrical-coordinate representation of color #488838: hue angle of 108º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488838 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 56 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.47 |
| HSL | 108º | 0.42% | 0.38% | - |
| HSV(B) | 108º | 0.59% | 0.53% | - |
| XYZ | 12.19 | 19.27 | 6.82 | - |
| YUV | 107.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 56 | 0.47 | 0 | 0.59 | 0.47 | 108 | 0.42 | 0.38 |
| Hex | 48 | 88 | 38 | 2F | 0 | 3B | 2F | 6C | 2A | 26 |
| Octal | 110 | 210 | 70 | 57 | 0 | 73 | 57 | 154 | 52 | 46 |
| Binary | 1001000 | 10001000 | 111000 | 101111 | 0 | 111011 | 101111 | 1101100 | 101010 | 100110 |
Color Harmonies of #488838
Complementary color
Monochromatic Colors of #488838
Black with #488838
Text Example
Text Example
White with #488838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488838; }
p { color: rgb(72,136,56); }
H1.HeaderClassName
{
color: #488838;
}
.AnyTagClassName
{
color: #488838;
}
</style>
background-color css
<style>
a { background-color: #488838; }
a { background-color: rgb(72,136,56); }
div.DivClassName
{
background-color: #488838;
}
.BgClassName
{
background-color: #488838;
}
</style>
border-color css
<style>
span { border-color: #488838; }
span { border-color: rgb(72,136,56); }
td.TdClassName
{
border-color: #488838;
}
.TagClassName
{
border-color: #488838;
}
</style>