Shades of La Palma #488429
Tints of La Palma #488429
RGB
CMYK
RGB Variations
Color information
#488429 (or 0x488429) is known color: La Palma. HEX triplet: 48, 84 and 29. RGB value is (72,132,41). Sum of RGB (Red+Green+Blue) = 72+132+41=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #488429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488429 is #B77BD6. Grayscale: #676767. Windows color (decimal): -12024791 or 2720840. OLE color: 2720840.
HSL color Cylindrical-coordinate representation of color #488429: hue angle of 99.56º 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 #488429 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 41 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.48 |
| HSL | 99.56º | 0.53% | 0.34% | - |
| HSV(B) | 99.56º | 0.69% | 0.52% | - |
| XYZ | 11.32 | 18.04 | 4.98 | - |
| YUV | 103.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 41 | 0.45 | 0 | 0.69 | 0.48 | 99.56 | 0.53 | 0.34 |
| Hex | 48 | 84 | 29 | 2D | 0 | 45 | 30 | 64 | 35 | 22 |
| Octal | 110 | 204 | 51 | 55 | 0 | 105 | 60 | 144 | 65 | 42 |
| Binary | 1001000 | 10000100 | 101001 | 101101 | 0 | 1000101 | 110000 | 1100100 | 110101 | 100010 |
Color Harmonies of #488429
Complementary color
Monochromatic Colors of #488429
Black with #488429
Text Example
Text Example
White with #488429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488429; }
p { color: rgb(72,132,41); }
H1.HeaderClassName
{
color: #488429;
}
.AnyTagClassName
{
color: #488429;
}
</style>
background-color css
<style>
a { background-color: #488429; }
a { background-color: rgb(72,132,41); }
div.DivClassName
{
background-color: #488429;
}
.BgClassName
{
background-color: #488429;
}
</style>
border-color css
<style>
span { border-color: #488429; }
span { border-color: rgb(72,132,41); }
td.TdClassName
{
border-color: #488429;
}
.TagClassName
{
border-color: #488429;
}
</style>