Shades of La Palma #488732
Tints of La Palma #488732
RGB
CMYK
RGB Variations
Color information
#488732 (or 0x488732) is known color: La Palma. HEX triplet: 48, 87 and 32. RGB value is (72,135,50). Sum of RGB (Red+Green+Blue) = 72+135+50=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #488732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488732 is #B778CD. Grayscale: #6A6A6A. Windows color (decimal): -12024014 or 3311432. OLE color: 3311432.
HSL color Cylindrical-coordinate representation of color #488732: hue angle of 104.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488732 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 50 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.47 |
| HSL | 104.47º | 0.46% | 0.36% | - |
| HSV(B) | 104.47º | 0.63% | 0.53% | - |
| XYZ | 11.91 | 18.94 | 6.04 | - |
| YUV | 106.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 50 | 0.47 | 0 | 0.63 | 0.47 | 104.47 | 0.46 | 0.36 |
| Hex | 48 | 87 | 32 | 2F | 0 | 3F | 2F | 68 | 2E | 24 |
| Octal | 110 | 207 | 62 | 57 | 0 | 77 | 57 | 150 | 56 | 44 |
| Binary | 1001000 | 10000111 | 110010 | 101111 | 0 | 111111 | 101111 | 1101000 | 101110 | 100100 |
Color Harmonies of #488732
Complementary color
Monochromatic Colors of #488732
Black with #488732
Text Example
Text Example
White with #488732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488732; }
p { color: rgb(72,135,50); }
H1.HeaderClassName
{
color: #488732;
}
.AnyTagClassName
{
color: #488732;
}
</style>
background-color css
<style>
a { background-color: #488732; }
a { background-color: rgb(72,135,50); }
div.DivClassName
{
background-color: #488732;
}
.BgClassName
{
background-color: #488732;
}
</style>
border-color css
<style>
span { border-color: #488732; }
span { border-color: rgb(72,135,50); }
td.TdClassName
{
border-color: #488732;
}
.TagClassName
{
border-color: #488732;
}
</style>