Shades of Lunar Green #4B5142
Tints of Lunar Green #4B5142
RGB
CMYK
RGB Variations
Color information
#4B5142 (or 0x4B5142) is known color: Lunar Green. HEX triplet: 4B, 51 and 42. RGB value is (75,81,66). Sum of RGB (Red+Green+Blue) = 75+81+66=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5142 is #B4AEBD. Grayscale: #4D4D4D. Windows color (decimal): -11841214 or 4346187. OLE color: 4346187.
HSL color Cylindrical-coordinate representation of color #4B5142: hue angle of 84º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B5142 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 66 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.68 |
| HSL | 84º | 0.1% | 0.29% | - |
| HSV(B) | 84º | 0.19% | 0.32% | - |
| XYZ | 6.83 | 7.77 | 6.29 | - |
| YUV | 77.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 66 | 0.07 | 0 | 0.19 | 0.68 | 84 | 0.1 | 0.29 |
| Hex | 4B | 51 | 42 | 7 | 0 | 13 | 44 | 54 | A | 1D |
| Octal | 113 | 121 | 102 | 7 | 0 | 23 | 104 | 124 | 12 | 35 |
| Binary | 1001011 | 1010001 | 1000010 | 111 | 0 | 10011 | 1000100 | 1010100 | 1010 | 11101 |
Color Harmonies of #4B5142
Complementary color
Monochromatic Colors of #4B5142
Black with #4B5142
Text Example
Text Example
White with #4B5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5142; }
p { color: rgb(75,81,66); }
H1.HeaderClassName
{
color: #4B5142;
}
.AnyTagClassName
{
color: #4B5142;
}
</style>
background-color css
<style>
a { background-color: #4B5142; }
a { background-color: rgb(75,81,66); }
div.DivClassName
{
background-color: #4B5142;
}
.BgClassName
{
background-color: #4B5142;
}
</style>
border-color css
<style>
span { border-color: #4B5142; }
span { border-color: rgb(75,81,66); }
td.TdClassName
{
border-color: #4B5142;
}
.TagClassName
{
border-color: #4B5142;
}
</style>