Shades of La Palma #48842A
Tints of La Palma #48842A
RGB
CMYK
RGB Variations
Color information
#48842A (or 0x48842A) is known color: La Palma. HEX triplet: 48, 84 and 2A. RGB value is (72,132,42). Sum of RGB (Red+Green+Blue) = 72+132+42=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #48842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48842A is #B77BD5. Grayscale: #686868. Windows color (decimal): -12024790 or 2786376. OLE color: 2786376.
HSL color Cylindrical-coordinate representation of color #48842A: hue angle of 100º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48842A is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 42 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.48 |
| HSL | 100º | 0.52% | 0.34% | - |
| HSV(B) | 100º | 0.68% | 0.52% | - |
| XYZ | 11.34 | 18.05 | 5.08 | - |
| YUV | 103.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 42 | 0.45 | 0 | 0.68 | 0.48 | 100 | 0.52 | 0.34 |
| Hex | 48 | 84 | 2A | 2D | 0 | 44 | 30 | 64 | 34 | 22 |
| Octal | 110 | 204 | 52 | 55 | 0 | 104 | 60 | 144 | 64 | 42 |
| Binary | 1001000 | 10000100 | 101010 | 101101 | 0 | 1000100 | 110000 | 1100100 | 110100 | 100010 |
Color Harmonies of #48842A
Complementary color
Monochromatic Colors of #48842A
Black with #48842A
Text Example
Text Example
White with #48842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48842A; }
p { color: rgb(72,132,42); }
H1.HeaderClassName
{
color: #48842A;
}
.AnyTagClassName
{
color: #48842A;
}
</style>
background-color css
<style>
a { background-color: #48842A; }
a { background-color: rgb(72,132,42); }
div.DivClassName
{
background-color: #48842A;
}
.BgClassName
{
background-color: #48842A;
}
</style>
border-color css
<style>
span { border-color: #48842A; }
span { border-color: rgb(72,132,42); }
td.TdClassName
{
border-color: #48842A;
}
.TagClassName
{
border-color: #48842A;
}
</style>