Shades of La Palma #488F33
Tints of La Palma #488F33
RGB
CMYK
RGB Variations
Color information
#488F33 (or 0x488F33) is known color: La Palma. HEX triplet: 48, 8F and 33. RGB value is (72,143,51). Sum of RGB (Red+Green+Blue) = 72+143+51=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #488F33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488F33 is #B770CC. Grayscale: #6F6F6F. Windows color (decimal): -12021965 or 3379016. OLE color: 3379016.
HSL color Cylindrical-coordinate representation of color #488F33: hue angle of 106.3º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488F33 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 51 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.44 |
| HSL | 106.3º | 0.47% | 0.38% | - |
| HSV(B) | 106.3º | 0.64% | 0.56% | - |
| XYZ | 13.09 | 21.26 | 6.55 | - |
| YUV | 111.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 51 | 0.50 | 0 | 0.64 | 0.44 | 106.3 | 0.47 | 0.38 |
| Hex | 48 | 8F | 33 | 32 | 0 | 40 | 2C | 6A | 2F | 26 |
| Octal | 110 | 217 | 63 | 62 | 0 | 100 | 54 | 152 | 57 | 46 |
| Binary | 1001000 | 10001111 | 110011 | 110010 | 0 | 1000000 | 101100 | 1101010 | 101111 | 100110 |
Color Harmonies of #488F33
Complementary color
Monochromatic Colors of #488F33
Black with #488F33
Text Example
Text Example
White with #488F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F33; }
p { color: rgb(72,143,51); }
H1.HeaderClassName
{
color: #488F33;
}
.AnyTagClassName
{
color: #488F33;
}
</style>
background-color css
<style>
a { background-color: #488F33; }
a { background-color: rgb(72,143,51); }
div.DivClassName
{
background-color: #488F33;
}
.BgClassName
{
background-color: #488F33;
}
</style>
border-color css
<style>
span { border-color: #488F33; }
span { border-color: rgb(72,143,51); }
td.TdClassName
{
border-color: #488F33;
}
.TagClassName
{
border-color: #488F33;
}
</style>