Shades of La Palma #488533
Tints of La Palma #488533
RGB
CMYK
RGB Variations
Color information
#488533 (or 0x488533) is known color: La Palma. HEX triplet: 48, 85 and 33. RGB value is (72,133,51). Sum of RGB (Red+Green+Blue) = 72+133+51=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #488533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488533 is #B77ACC. Grayscale: #696969. Windows color (decimal): -12024525 or 3376456. OLE color: 3376456.
HSL color Cylindrical-coordinate representation of color #488533: hue angle of 104.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488533 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 51 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.48 |
| HSL | 104.63º | 0.45% | 0.36% | - |
| HSV(B) | 104.63º | 0.62% | 0.52% | - |
| XYZ | 11.66 | 18.39 | 6.07 | - |
| YUV | 105.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 51 | 0.46 | 0 | 0.62 | 0.48 | 104.63 | 0.45 | 0.36 |
| Hex | 48 | 85 | 33 | 2E | 0 | 3E | 30 | 69 | 2D | 24 |
| Octal | 110 | 205 | 63 | 56 | 0 | 76 | 60 | 151 | 55 | 44 |
| Binary | 1001000 | 10000101 | 110011 | 101110 | 0 | 111110 | 110000 | 1101001 | 101101 | 100100 |
Color Harmonies of #488533
Complementary color
Monochromatic Colors of #488533
Black with #488533
Text Example
Text Example
White with #488533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488533; }
p { color: rgb(72,133,51); }
H1.HeaderClassName
{
color: #488533;
}
.AnyTagClassName
{
color: #488533;
}
</style>
background-color css
<style>
a { background-color: #488533; }
a { background-color: rgb(72,133,51); }
div.DivClassName
{
background-color: #488533;
}
.BgClassName
{
background-color: #488533;
}
</style>
border-color css
<style>
span { border-color: #488533; }
span { border-color: rgb(72,133,51); }
td.TdClassName
{
border-color: #488533;
}
.TagClassName
{
border-color: #488533;
}
</style>