Shades of La Palma #48903D
Tints of La Palma #48903D
RGB
CMYK
RGB Variations
Color information
#48903D (or 0x48903D) is known color: La Palma. HEX triplet: 48, 90 and 3D. RGB value is (72,144,61). Sum of RGB (Red+Green+Blue) = 72+144+61=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #48903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48903D is #B76FC2. Grayscale: #717171. Windows color (decimal): -12021699 or 4034632. OLE color: 4034632.
HSL color Cylindrical-coordinate representation of color #48903D: hue angle of 112.05º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48903D is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 61 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.44 |
| HSL | 112.05º | 0.4% | 0.4% | - |
| HSV(B) | 112.05º | 0.58% | 0.56% | - |
| XYZ | 13.49 | 21.66 | 7.89 | - |
| YUV | 113.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 61 | 0.50 | 0 | 0.58 | 0.44 | 112.05 | 0.4 | 0.4 |
| Hex | 48 | 90 | 3D | 32 | 0 | 3A | 2C | 70 | 28 | 28 |
| Octal | 110 | 220 | 75 | 62 | 0 | 72 | 54 | 160 | 50 | 50 |
| Binary | 1001000 | 10010000 | 111101 | 110010 | 0 | 111010 | 101100 | 1110000 | 101000 | 101000 |
Color Harmonies of #48903D
Complementary color
Monochromatic Colors of #48903D
Black with #48903D
Text Example
Text Example
White with #48903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48903D; }
p { color: rgb(72,144,61); }
H1.HeaderClassName
{
color: #48903D;
}
.AnyTagClassName
{
color: #48903D;
}
</style>
background-color css
<style>
a { background-color: #48903D; }
a { background-color: rgb(72,144,61); }
div.DivClassName
{
background-color: #48903D;
}
.BgClassName
{
background-color: #48903D;
}
</style>
border-color css
<style>
span { border-color: #48903D; }
span { border-color: rgb(72,144,61); }
td.TdClassName
{
border-color: #48903D;
}
.TagClassName
{
border-color: #48903D;
}
</style>