Shades of Lunar Green #48513C
Tints of Lunar Green #48513C
RGB
CMYK
RGB Variations
Color information
#48513C (or 0x48513C) is known color: Lunar Green. HEX triplet: 48, 51 and 3C. RGB value is (72,81,60). Sum of RGB (Red+Green+Blue) = 72+81+60=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #48513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48513C is #B7AEC3. Grayscale: #4B4B4B. Windows color (decimal): -12037828 or 3952968. OLE color: 3952968.
HSL color Cylindrical-coordinate representation of color #48513C: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48513C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 60 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.68 |
| HSL | 85.71º | 0.15% | 0.28% | - |
| HSV(B) | 85.71º | 0.26% | 0.32% | - |
| XYZ | 6.43 | 7.59 | 5.4 | - |
| YUV | 75.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 60 | 0.11 | 0 | 0.26 | 0.68 | 85.71 | 0.15 | 0.28 |
| Hex | 48 | 51 | 3C | B | 0 | 1A | 44 | 56 | F | 1C |
| Octal | 110 | 121 | 74 | 13 | 0 | 32 | 104 | 126 | 17 | 34 |
| Binary | 1001000 | 1010001 | 111100 | 1011 | 0 | 11010 | 1000100 | 1010110 | 1111 | 11100 |
Color Harmonies of #48513C
Complementary color
Monochromatic Colors of #48513C
Black with #48513C
Text Example
Text Example
White with #48513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48513C; }
p { color: rgb(72,81,60); }
H1.HeaderClassName
{
color: #48513C;
}
.AnyTagClassName
{
color: #48513C;
}
</style>
background-color css
<style>
a { background-color: #48513C; }
a { background-color: rgb(72,81,60); }
div.DivClassName
{
background-color: #48513C;
}
.BgClassName
{
background-color: #48513C;
}
</style>
border-color css
<style>
span { border-color: #48513C; }
span { border-color: rgb(72,81,60); }
td.TdClassName
{
border-color: #48513C;
}
.TagClassName
{
border-color: #48513C;
}
</style>