Shades of Lunar Green #48503C
Tints of Lunar Green #48503C
RGB
CMYK
RGB Variations
Color information
#48503C (or 0x48503C) is known color: Lunar Green. HEX triplet: 48, 50 and 3C. RGB value is (72,80,60). Sum of RGB (Red+Green+Blue) = 72+80+60=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #48503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48503C is #B7AFC3. Grayscale: #4B4B4B. Windows color (decimal): -12038084 or 3952712. OLE color: 3952712.
HSL color Cylindrical-coordinate representation of color #48503C: hue angle of 84º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48503C is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 60 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.69 |
| HSL | 84º | 0.14% | 0.27% | - |
| HSV(B) | 84º | 0.25% | 0.31% | - |
| XYZ | 6.36 | 7.44 | 5.38 | - |
| YUV | 75.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 60 | 0.10 | 0 | 0.25 | 0.69 | 84 | 0.14 | 0.27 |
| Hex | 48 | 50 | 3C | A | 0 | 19 | 45 | 54 | E | 1B |
| Octal | 110 | 120 | 74 | 12 | 0 | 31 | 105 | 124 | 16 | 33 |
| Binary | 1001000 | 1010000 | 111100 | 1010 | 0 | 11001 | 1000101 | 1010100 | 1110 | 11011 |
Color Harmonies of #48503C
Complementary color
Monochromatic Colors of #48503C
Black with #48503C
Text Example
Text Example
White with #48503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48503C; }
p { color: rgb(72,80,60); }
H1.HeaderClassName
{
color: #48503C;
}
.AnyTagClassName
{
color: #48503C;
}
</style>
background-color css
<style>
a { background-color: #48503C; }
a { background-color: rgb(72,80,60); }
div.DivClassName
{
background-color: #48503C;
}
.BgClassName
{
background-color: #48503C;
}
</style>
border-color css
<style>
span { border-color: #48503C; }
span { border-color: rgb(72,80,60); }
td.TdClassName
{
border-color: #48503C;
}
.TagClassName
{
border-color: #48503C;
}
</style>