Shades of La Palma #488922
Tints of La Palma #488922
RGB
CMYK
RGB Variations
Color information
#488922 (or 0x488922) is known color: La Palma. HEX triplet: 48, 89 and 22. RGB value is (72,137,34). Sum of RGB (Red+Green+Blue) = 72+137+34=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #488922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488922 is #B776DD. Grayscale: #6A6A6A. Windows color (decimal): -12023518 or 2263368. OLE color: 2263368.
HSL color Cylindrical-coordinate representation of color #488922: hue angle of 97.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #488922 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 34 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.46 |
| HSL | 97.86º | 0.6% | 0.34% | - |
| HSV(B) | 97.86º | 0.75% | 0.54% | - |
| XYZ | 11.91 | 19.38 | 4.63 | - |
| YUV | 105.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 34 | 0.47 | 0 | 0.75 | 0.46 | 97.86 | 0.6 | 0.34 |
| Hex | 48 | 89 | 22 | 2F | 0 | 4B | 2E | 62 | 3C | 22 |
| Octal | 110 | 211 | 42 | 57 | 0 | 113 | 56 | 142 | 74 | 42 |
| Binary | 1001000 | 10001001 | 100010 | 101111 | 0 | 1001011 | 101110 | 1100010 | 111100 | 100010 |
Color Harmonies of #488922
Complementary color
Monochromatic Colors of #488922
Black with #488922
Text Example
Text Example
White with #488922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488922; }
p { color: rgb(72,137,34); }
H1.HeaderClassName
{
color: #488922;
}
.AnyTagClassName
{
color: #488922;
}
</style>
background-color css
<style>
a { background-color: #488922; }
a { background-color: rgb(72,137,34); }
div.DivClassName
{
background-color: #488922;
}
.BgClassName
{
background-color: #488922;
}
</style>
border-color css
<style>
span { border-color: #488922; }
span { border-color: rgb(72,137,34); }
td.TdClassName
{
border-color: #488922;
}
.TagClassName
{
border-color: #488922;
}
</style>