Shades of La Palma #488521
Tints of La Palma #488521
RGB
CMYK
RGB Variations
Color information
#488521 (or 0x488521) is known color: La Palma. HEX triplet: 48, 85 and 21. RGB value is (72,133,33). Sum of RGB (Red+Green+Blue) = 72+133+33=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #488521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488521 is #B77ADE. Grayscale: #676767. Windows color (decimal): -12024543 or 2196808. OLE color: 2196808.
HSL color Cylindrical-coordinate representation of color #488521: hue angle of 96.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #488521 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 33 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.48 |
| HSL | 96.6º | 0.6% | 0.33% | - |
| HSV(B) | 96.6º | 0.75% | 0.52% | - |
| XYZ | 11.33 | 18.26 | 4.37 | - |
| YUV | 103.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 33 | 0.46 | 0 | 0.75 | 0.48 | 96.6 | 0.6 | 0.33 |
| Hex | 48 | 85 | 21 | 2E | 0 | 4B | 30 | 61 | 3C | 21 |
| Octal | 110 | 205 | 41 | 56 | 0 | 113 | 60 | 141 | 74 | 41 |
| Binary | 1001000 | 10000101 | 100001 | 101110 | 0 | 1001011 | 110000 | 1100001 | 111100 | 100001 |
Color Harmonies of #488521
Complementary color
Monochromatic Colors of #488521
Black with #488521
Text Example
Text Example
White with #488521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488521; }
p { color: rgb(72,133,33); }
H1.HeaderClassName
{
color: #488521;
}
.AnyTagClassName
{
color: #488521;
}
</style>
background-color css
<style>
a { background-color: #488521; }
a { background-color: rgb(72,133,33); }
div.DivClassName
{
background-color: #488521;
}
.BgClassName
{
background-color: #488521;
}
</style>
border-color css
<style>
span { border-color: #488521; }
span { border-color: rgb(72,133,33); }
td.TdClassName
{
border-color: #488521;
}
.TagClassName
{
border-color: #488521;
}
</style>