Shades of Lunar Green #4A4D44
Tints of Lunar Green #4A4D44
RGB
CMYK
RGB Variations
Color information
#4A4D44 (or 0x4A4D44) is known color: Lunar Green. HEX triplet: 4A, 4D and 44. RGB value is (74,77,68). Sum of RGB (Red+Green+Blue) = 74+77+68=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 77 - color contains mainly: green. Hex color #4A4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4D44 is #B5B2BB. Grayscale: #4B4B4B. Windows color (decimal): -11907772 or 4476234. OLE color: 4476234.
HSL color Cylindrical-coordinate representation of color #4A4D44: hue angle of 80º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A4D44 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 77 | 68 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.70 |
| HSL | 80º | 0.06% | 0.28% | - |
| HSV(B) | 80º | 0.12% | 0.3% | - |
| XYZ | 6.52 | 7.18 | 6.51 | - |
| YUV | 75.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 68 | 0.04 | 0 | 0.12 | 0.70 | 80 | 0.06 | 0.28 |
| Hex | 4A | 4D | 44 | 4 | 0 | C | 46 | 50 | 6 | 1C |
| Octal | 112 | 115 | 104 | 4 | 0 | 14 | 106 | 120 | 6 | 34 |
| Binary | 1001010 | 1001101 | 1000100 | 100 | 0 | 1100 | 1000110 | 1010000 | 110 | 11100 |
Color Harmonies of #4A4D44
Complementary color
Monochromatic Colors of #4A4D44
Black with #4A4D44
Text Example
Text Example
White with #4A4D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4D44; }
p { color: rgb(74,77,68); }
H1.HeaderClassName
{
color: #4A4D44;
}
.AnyTagClassName
{
color: #4A4D44;
}
</style>
background-color css
<style>
a { background-color: #4A4D44; }
a { background-color: rgb(74,77,68); }
div.DivClassName
{
background-color: #4A4D44;
}
.BgClassName
{
background-color: #4A4D44;
}
</style>
border-color css
<style>
span { border-color: #4A4D44; }
span { border-color: rgb(74,77,68); }
td.TdClassName
{
border-color: #4A4D44;
}
.TagClassName
{
border-color: #4A4D44;
}
</style>