Shades of La Palma #48943A
Tints of La Palma #48943A
RGB
CMYK
RGB Variations
Color information
#48943A (or 0x48943A) is known color: La Palma. HEX triplet: 48, 94 and 3A. RGB value is (72,148,58). Sum of RGB (Red+Green+Blue) = 72+148+58=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #48943A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48943A is #B76BC5. Grayscale: #737373. Windows color (decimal): -12020678 or 3839048. OLE color: 3839048.
HSL color Cylindrical-coordinate representation of color #48943A: hue angle of 110.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48943A is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 58 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.42 |
| HSL | 110.67º | 0.44% | 0.4% | - |
| HSV(B) | 110.67º | 0.61% | 0.58% | - |
| XYZ | 14.03 | 22.86 | 7.68 | - |
| YUV | 115.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 58 | 0.51 | 0 | 0.61 | 0.42 | 110.67 | 0.44 | 0.4 |
| Hex | 48 | 94 | 3A | 33 | 0 | 3D | 2A | 6F | 2C | 28 |
| Octal | 110 | 224 | 72 | 63 | 0 | 75 | 52 | 157 | 54 | 50 |
| Binary | 1001000 | 10010100 | 111010 | 110011 | 0 | 111101 | 101010 | 1101111 | 101100 | 101000 |
Color Harmonies of #48943A
Complementary color
Monochromatic Colors of #48943A
Black with #48943A
Text Example
Text Example
White with #48943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48943A; }
p { color: rgb(72,148,58); }
H1.HeaderClassName
{
color: #48943A;
}
.AnyTagClassName
{
color: #48943A;
}
</style>
background-color css
<style>
a { background-color: #48943A; }
a { background-color: rgb(72,148,58); }
div.DivClassName
{
background-color: #48943A;
}
.BgClassName
{
background-color: #48943A;
}
</style>
border-color css
<style>
span { border-color: #48943A; }
span { border-color: rgb(72,148,58); }
td.TdClassName
{
border-color: #48943A;
}
.TagClassName
{
border-color: #48943A;
}
</style>