Shades of Lunar Green #4B4F42
Tints of Lunar Green #4B4F42
RGB
CMYK
RGB Variations
Color information
#4B4F42 (or 0x4B4F42) is known color: Lunar Green. HEX triplet: 4B, 4F and 42. RGB value is (75,79,66). Sum of RGB (Red+Green+Blue) = 75+79+66=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F42 is #B4B0BD. Grayscale: #4C4C4C. Windows color (decimal): -11841726 or 4345675. OLE color: 4345675.
HSL color Cylindrical-coordinate representation of color #4B4F42: hue angle of 78.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B4F42 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 79 | 66 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.69 |
| HSL | 78.46º | 0.09% | 0.28% | - |
| HSV(B) | 78.46º | 0.16% | 0.31% | - |
| XYZ | 6.68 | 7.48 | 6.25 | - |
| YUV | 76.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 66 | 0.05 | 0 | 0.16 | 0.69 | 78.46 | 0.09 | 0.28 |
| Hex | 4B | 4F | 42 | 5 | 0 | 10 | 45 | 4E | 9 | 1C |
| Octal | 113 | 117 | 102 | 5 | 0 | 20 | 105 | 116 | 11 | 34 |
| Binary | 1001011 | 1001111 | 1000010 | 101 | 0 | 10000 | 1000101 | 1001110 | 1001 | 11100 |
Color Harmonies of #4B4F42
Complementary color
Monochromatic Colors of #4B4F42
Black with #4B4F42
Text Example
Text Example
White with #4B4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4F42; }
p { color: rgb(75,79,66); }
H1.HeaderClassName
{
color: #4B4F42;
}
.AnyTagClassName
{
color: #4B4F42;
}
</style>
background-color css
<style>
a { background-color: #4B4F42; }
a { background-color: rgb(75,79,66); }
div.DivClassName
{
background-color: #4B4F42;
}
.BgClassName
{
background-color: #4B4F42;
}
</style>
border-color css
<style>
span { border-color: #4B4F42; }
span { border-color: rgb(75,79,66); }
td.TdClassName
{
border-color: #4B4F42;
}
.TagClassName
{
border-color: #4B4F42;
}
</style>