Shades of Lunar Green #484E3D
Tints of Lunar Green #484E3D
RGB
CMYK
RGB Variations
Color information
#484E3D (or 0x484E3D) is known color: Lunar Green. HEX triplet: 48, 4E and 3D. RGB value is (72,78,61). Sum of RGB (Red+Green+Blue) = 72+78+61=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #484E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E3D is #B7B1C2. Grayscale: #4A4A4A. Windows color (decimal): -12038595 or 4017736. OLE color: 4017736.
HSL color Cylindrical-coordinate representation of color #484E3D: hue angle of 81.18º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484E3D is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 61 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.69 |
| HSL | 81.18º | 0.12% | 0.27% | - |
| HSV(B) | 81.18º | 0.22% | 0.31% | - |
| XYZ | 6.24 | 7.16 | 5.47 | - |
| YUV | 74.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 61 | 0.08 | 0 | 0.22 | 0.69 | 81.18 | 0.12 | 0.27 |
| Hex | 48 | 4E | 3D | 8 | 0 | 16 | 45 | 51 | C | 1B |
| Octal | 110 | 116 | 75 | 10 | 0 | 26 | 105 | 121 | 14 | 33 |
| Binary | 1001000 | 1001110 | 111101 | 1000 | 0 | 10110 | 1000101 | 1010001 | 1100 | 11011 |
Color Harmonies of #484E3D
Complementary color
Monochromatic Colors of #484E3D
Black with #484E3D
Text Example
Text Example
White with #484E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E3D; }
p { color: rgb(72,78,61); }
H1.HeaderClassName
{
color: #484E3D;
}
.AnyTagClassName
{
color: #484E3D;
}
</style>
background-color css
<style>
a { background-color: #484E3D; }
a { background-color: rgb(72,78,61); }
div.DivClassName
{
background-color: #484E3D;
}
.BgClassName
{
background-color: #484E3D;
}
</style>
border-color css
<style>
span { border-color: #484E3D; }
span { border-color: rgb(72,78,61); }
td.TdClassName
{
border-color: #484E3D;
}
.TagClassName
{
border-color: #484E3D;
}
</style>