Shades of Lunar Green #4B5140
Tints of Lunar Green #4B5140
RGB
CMYK
RGB Variations
Color information
#4B5140 (or 0x4B5140) is known color: Lunar Green. HEX triplet: 4B, 51 and 40. RGB value is (75,81,64). Sum of RGB (Red+Green+Blue) = 75+81+64=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5140 is #B4AEBF. Grayscale: #4D4D4D. Windows color (decimal): -11841216 or 4215115. OLE color: 4215115.
HSL color Cylindrical-coordinate representation of color #4B5140: hue angle of 81.18º 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 #4B5140 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 64 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.68 |
| HSL | 81.18º | 0.12% | 0.28% | - |
| HSV(B) | 81.18º | 0.21% | 0.32% | - |
| XYZ | 6.77 | 7.75 | 5.99 | - |
| YUV | 77.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 64 | 0.07 | 0 | 0.21 | 0.68 | 81.18 | 0.12 | 0.28 |
| Hex | 4B | 51 | 40 | 7 | 0 | 15 | 44 | 51 | C | 1C |
| Octal | 113 | 121 | 100 | 7 | 0 | 25 | 104 | 121 | 14 | 34 |
| Binary | 1001011 | 1010001 | 1000000 | 111 | 0 | 10101 | 1000100 | 1010001 | 1100 | 11100 |
Color Harmonies of #4B5140
Complementary color
Monochromatic Colors of #4B5140
Black with #4B5140
Text Example
Text Example
White with #4B5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5140; }
p { color: rgb(75,81,64); }
H1.HeaderClassName
{
color: #4B5140;
}
.AnyTagClassName
{
color: #4B5140;
}
</style>
background-color css
<style>
a { background-color: #4B5140; }
a { background-color: rgb(75,81,64); }
div.DivClassName
{
background-color: #4B5140;
}
.BgClassName
{
background-color: #4B5140;
}
</style>
border-color css
<style>
span { border-color: #4B5140; }
span { border-color: rgb(75,81,64); }
td.TdClassName
{
border-color: #4B5140;
}
.TagClassName
{
border-color: #4B5140;
}
</style>