Shades of La Palma #488622
Tints of La Palma #488622
RGB
CMYK
RGB Variations
Color information
#488622 (or 0x488622) is known color: La Palma. HEX triplet: 48, 86 and 22. RGB value is (72,134,34). Sum of RGB (Red+Green+Blue) = 72+134+34=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #488622 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488622 is #B779DD. Grayscale: #686868. Windows color (decimal): -12024286 or 2262600. OLE color: 2262600.
HSL color Cylindrical-coordinate representation of color #488622: hue angle of 97.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #488622 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 34 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.47 |
| HSL | 97.2º | 0.6% | 0.33% | - |
| HSV(B) | 97.2º | 0.75% | 0.53% | - |
| XYZ | 11.49 | 18.54 | 4.49 | - |
| YUV | 104.06 | 88.46 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 34 | 0.46 | 0 | 0.75 | 0.47 | 97.2 | 0.6 | 0.33 |
| Hex | 48 | 86 | 22 | 2E | 0 | 4B | 2F | 61 | 3C | 21 |
| Octal | 110 | 206 | 42 | 56 | 0 | 113 | 57 | 141 | 74 | 41 |
| Binary | 1001000 | 10000110 | 100010 | 101110 | 0 | 1001011 | 101111 | 1100001 | 111100 | 100001 |
Color Harmonies of #488622
Complementary color
Monochromatic Colors of #488622
Black with #488622
Text Example
Text Example
White with #488622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488622; }
p { color: rgb(72,134,34); }
H1.HeaderClassName
{
color: #488622;
}
.AnyTagClassName
{
color: #488622;
}
</style>
background-color css
<style>
a { background-color: #488622; }
a { background-color: rgb(72,134,34); }
div.DivClassName
{
background-color: #488622;
}
.BgClassName
{
background-color: #488622;
}
</style>
border-color css
<style>
span { border-color: #488622; }
span { border-color: rgb(72,134,34); }
td.TdClassName
{
border-color: #488622;
}
.TagClassName
{
border-color: #488622;
}
</style>