Shades of La Palma #488525
Tints of La Palma #488525
RGB
CMYK
RGB Variations
Color information
#488525 (or 0x488525) is known color: La Palma. HEX triplet: 48, 85 and 25. RGB value is (72,133,37). Sum of RGB (Red+Green+Blue) = 72+133+37=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #488525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488525 is #B77ADA. Grayscale: #686868. Windows color (decimal): -12024539 or 2458952. OLE color: 2458952.
HSL color Cylindrical-coordinate representation of color #488525: hue angle of 98.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488525 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 37 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.48 |
| HSL | 98.13º | 0.56% | 0.33% | - |
| HSV(B) | 98.13º | 0.72% | 0.52% | - |
| XYZ | 11.39 | 18.29 | 4.68 | - |
| YUV | 103.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 37 | 0.46 | 0 | 0.72 | 0.48 | 98.13 | 0.56 | 0.33 |
| Hex | 48 | 85 | 25 | 2E | 0 | 48 | 30 | 62 | 38 | 21 |
| Octal | 110 | 205 | 45 | 56 | 0 | 110 | 60 | 142 | 70 | 41 |
| Binary | 1001000 | 10000101 | 100101 | 101110 | 0 | 1001000 | 110000 | 1100010 | 111000 | 100001 |
Color Harmonies of #488525
Complementary color
Monochromatic Colors of #488525
Black with #488525
Text Example
Text Example
White with #488525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488525; }
p { color: rgb(72,133,37); }
H1.HeaderClassName
{
color: #488525;
}
.AnyTagClassName
{
color: #488525;
}
</style>
background-color css
<style>
a { background-color: #488525; }
a { background-color: rgb(72,133,37); }
div.DivClassName
{
background-color: #488525;
}
.BgClassName
{
background-color: #488525;
}
</style>
border-color css
<style>
span { border-color: #488525; }
span { border-color: rgb(72,133,37); }
td.TdClassName
{
border-color: #488525;
}
.TagClassName
{
border-color: #488525;
}
</style>