Shades of Lunar Green #4A5140
Tints of Lunar Green #4A5140
RGB
CMYK
RGB Variations
Color information
#4A5140 (or 0x4A5140) is known color: Lunar Green. HEX triplet: 4A, 51 and 40. RGB value is (74,81,64). Sum of RGB (Red+Green+Blue) = 74+81+64=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5140 is #B5AEBF. Grayscale: #4D4D4D. Windows color (decimal): -11906752 or 4215114. OLE color: 4215114.
HSL color Cylindrical-coordinate representation of color #4A5140: hue angle of 84.71º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A5140 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 64 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.68 |
| HSL | 84.71º | 0.12% | 0.28% | - |
| HSV(B) | 84.71º | 0.21% | 0.32% | - |
| XYZ | 6.69 | 7.71 | 5.99 | - |
| YUV | 76.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 64 | 0.09 | 0 | 0.21 | 0.68 | 84.71 | 0.12 | 0.28 |
| Hex | 4A | 51 | 40 | 9 | 0 | 15 | 44 | 55 | C | 1C |
| Octal | 112 | 121 | 100 | 11 | 0 | 25 | 104 | 125 | 14 | 34 |
| Binary | 1001010 | 1010001 | 1000000 | 1001 | 0 | 10101 | 1000100 | 1010101 | 1100 | 11100 |
Color Harmonies of #4A5140
Complementary color
Monochromatic Colors of #4A5140
Black with #4A5140
Text Example
Text Example
White with #4A5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5140; }
p { color: rgb(74,81,64); }
H1.HeaderClassName
{
color: #4A5140;
}
.AnyTagClassName
{
color: #4A5140;
}
</style>
background-color css
<style>
a { background-color: #4A5140; }
a { background-color: rgb(74,81,64); }
div.DivClassName
{
background-color: #4A5140;
}
.BgClassName
{
background-color: #4A5140;
}
</style>
border-color css
<style>
span { border-color: #4A5140; }
span { border-color: rgb(74,81,64); }
td.TdClassName
{
border-color: #4A5140;
}
.TagClassName
{
border-color: #4A5140;
}
</style>