Shades of La Palma #48993A
Tints of La Palma #48993A
RGB
CMYK
RGB Variations
Color information
#48993A (or 0x48993A) is known color: La Palma. HEX triplet: 48, 99 and 3A. RGB value is (72,153,58). Sum of RGB (Red+Green+Blue) = 72+153+58=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #48993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48993A is #B766C5. Grayscale: #767676. Windows color (decimal): -12019398 or 3840328. OLE color: 3840328.
HSL color Cylindrical-coordinate representation of color #48993A: hue angle of 111.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48993A is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 58 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.4 |
| HSL | 111.16º | 0.45% | 0.41% | - |
| HSV(B) | 111.16º | 0.62% | 0.6% | - |
| XYZ | 14.83 | 24.47 | 7.94 | - |
| YUV | 117.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 58 | 0.53 | 0 | 0.62 | 0.4 | 111.16 | 0.45 | 0.41 |
| Hex | 48 | 99 | 3A | 35 | 0 | 3E | 28 | 6F | 2D | 29 |
| Octal | 110 | 231 | 72 | 65 | 0 | 76 | 50 | 157 | 55 | 51 |
| Binary | 1001000 | 10011001 | 111010 | 110101 | 0 | 111110 | 101000 | 1101111 | 101101 | 101001 |
Color Harmonies of #48993A
Complementary color
Monochromatic Colors of #48993A
Black with #48993A
Text Example
Text Example
White with #48993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48993A; }
p { color: rgb(72,153,58); }
H1.HeaderClassName
{
color: #48993A;
}
.AnyTagClassName
{
color: #48993A;
}
</style>
background-color css
<style>
a { background-color: #48993A; }
a { background-color: rgb(72,153,58); }
div.DivClassName
{
background-color: #48993A;
}
.BgClassName
{
background-color: #48993A;
}
</style>
border-color css
<style>
span { border-color: #48993A; }
span { border-color: rgb(72,153,58); }
td.TdClassName
{
border-color: #48993A;
}
.TagClassName
{
border-color: #48993A;
}
</style>