Shades of La Palma #488835
Tints of La Palma #488835
RGB
CMYK
RGB Variations
Color information
#488835 (or 0x488835) is known color: La Palma. HEX triplet: 48, 88 and 35. RGB value is (72,136,53). Sum of RGB (Red+Green+Blue) = 72+136+53=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #488835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488835 is #B777CA. Grayscale: #6B6B6B. Windows color (decimal): -12023755 or 3508296. OLE color: 3508296.
HSL color Cylindrical-coordinate representation of color #488835: hue angle of 106.27º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488835 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 53 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.47 |
| HSL | 106.27º | 0.44% | 0.37% | - |
| HSV(B) | 106.27º | 0.61% | 0.53% | - |
| XYZ | 12.12 | 19.24 | 6.44 | - |
| YUV | 107.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 53 | 0.47 | 0 | 0.61 | 0.47 | 106.27 | 0.44 | 0.37 |
| Hex | 48 | 88 | 35 | 2F | 0 | 3D | 2F | 6A | 2C | 25 |
| Octal | 110 | 210 | 65 | 57 | 0 | 75 | 57 | 152 | 54 | 45 |
| Binary | 1001000 | 10001000 | 110101 | 101111 | 0 | 111101 | 101111 | 1101010 | 101100 | 100101 |
Color Harmonies of #488835
Complementary color
Monochromatic Colors of #488835
Black with #488835
Text Example
Text Example
White with #488835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488835; }
p { color: rgb(72,136,53); }
H1.HeaderClassName
{
color: #488835;
}
.AnyTagClassName
{
color: #488835;
}
</style>
background-color css
<style>
a { background-color: #488835; }
a { background-color: rgb(72,136,53); }
div.DivClassName
{
background-color: #488835;
}
.BgClassName
{
background-color: #488835;
}
</style>
border-color css
<style>
span { border-color: #488835; }
span { border-color: rgb(72,136,53); }
td.TdClassName
{
border-color: #488835;
}
.TagClassName
{
border-color: #488835;
}
</style>