Shades of La Palma #488529
Tints of La Palma #488529
RGB
CMYK
RGB Variations
Color information
#488529 (or 0x488529) is known color: La Palma. HEX triplet: 48, 85 and 29. RGB value is (72,133,41). Sum of RGB (Red+Green+Blue) = 72+133+41=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #488529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488529 is #B77AD6. Grayscale: #686868. Windows color (decimal): -12024535 or 2721096. OLE color: 2721096.
HSL color Cylindrical-coordinate representation of color #488529: hue angle of 99.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488529 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 41 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.48 |
| HSL | 99.78º | 0.53% | 0.34% | - |
| HSV(B) | 99.78º | 0.69% | 0.52% | - |
| XYZ | 11.46 | 18.31 | 5.03 | - |
| YUV | 104.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 41 | 0.46 | 0 | 0.69 | 0.48 | 99.78 | 0.53 | 0.34 |
| Hex | 48 | 85 | 29 | 2E | 0 | 45 | 30 | 64 | 35 | 22 |
| Octal | 110 | 205 | 51 | 56 | 0 | 105 | 60 | 144 | 65 | 42 |
| Binary | 1001000 | 10000101 | 101001 | 101110 | 0 | 1000101 | 110000 | 1100100 | 110101 | 100010 |
Color Harmonies of #488529
Complementary color
Monochromatic Colors of #488529
Black with #488529
Text Example
Text Example
White with #488529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488529; }
p { color: rgb(72,133,41); }
H1.HeaderClassName
{
color: #488529;
}
.AnyTagClassName
{
color: #488529;
}
</style>
background-color css
<style>
a { background-color: #488529; }
a { background-color: rgb(72,133,41); }
div.DivClassName
{
background-color: #488529;
}
.BgClassName
{
background-color: #488529;
}
</style>
border-color css
<style>
span { border-color: #488529; }
span { border-color: rgb(72,133,41); }
td.TdClassName
{
border-color: #488529;
}
.TagClassName
{
border-color: #488529;
}
</style>