Shades of La Palma #48993C
Tints of La Palma #48993C
RGB
CMYK
RGB Variations
Color information
#48993C (or 0x48993C) is known color: La Palma. HEX triplet: 48, 99 and 3C. RGB value is (72,153,60). Sum of RGB (Red+Green+Blue) = 72+153+60=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #48993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48993C is #B766C3. Grayscale: #767676. Windows color (decimal): -12019396 or 3971400. OLE color: 3971400.
HSL color Cylindrical-coordinate representation of color #48993C: hue angle of 112.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48993C is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 60 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.4 |
| HSL | 112.26º | 0.44% | 0.42% | - |
| HSV(B) | 112.26º | 0.61% | 0.6% | - |
| XYZ | 14.88 | 24.49 | 8.22 | - |
| YUV | 118.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 60 | 0.53 | 0 | 0.61 | 0.4 | 112.26 | 0.44 | 0.42 |
| Hex | 48 | 99 | 3C | 35 | 0 | 3D | 28 | 70 | 2C | 2A |
| Octal | 110 | 231 | 74 | 65 | 0 | 75 | 50 | 160 | 54 | 52 |
| Binary | 1001000 | 10011001 | 111100 | 110101 | 0 | 111101 | 101000 | 1110000 | 101100 | 101010 |
Color Harmonies of #48993C
Complementary color
Monochromatic Colors of #48993C
Black with #48993C
Text Example
Text Example
White with #48993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48993C; }
p { color: rgb(72,153,60); }
H1.HeaderClassName
{
color: #48993C;
}
.AnyTagClassName
{
color: #48993C;
}
</style>
background-color css
<style>
a { background-color: #48993C; }
a { background-color: rgb(72,153,60); }
div.DivClassName
{
background-color: #48993C;
}
.BgClassName
{
background-color: #48993C;
}
</style>
border-color css
<style>
span { border-color: #48993C; }
span { border-color: rgb(72,153,60); }
td.TdClassName
{
border-color: #48993C;
}
.TagClassName
{
border-color: #48993C;
}
</style>