Shades of Lunar Green #4F5641
Tints of Lunar Green #4F5641
RGB
CMYK
RGB Variations
Color information
#4F5641 (or 0x4F5641) is known color: Lunar Green. HEX triplet: 4F, 56 and 41. RGB value is (79,86,65). Sum of RGB (Red+Green+Blue) = 79+86+65=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5641 is #B0A9BE. Grayscale: #515151. Windows color (decimal): -11577791 or 4281935. OLE color: 4281935.
HSL color Cylindrical-coordinate representation of color #4F5641: hue angle of 80º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F5641 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 65 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.66 |
| HSL | 80º | 0.14% | 0.3% | - |
| HSV(B) | 80º | 0.24% | 0.34% | - |
| XYZ | 7.51 | 8.7 | 6.28 | - |
| YUV | 81.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 65 | 0.08 | 0 | 0.24 | 0.66 | 80 | 0.14 | 0.3 |
| Hex | 4F | 56 | 41 | 8 | 0 | 18 | 42 | 50 | E | 1E |
| Octal | 117 | 126 | 101 | 10 | 0 | 30 | 102 | 120 | 16 | 36 |
| Binary | 1001111 | 1010110 | 1000001 | 1000 | 0 | 11000 | 1000010 | 1010000 | 1110 | 11110 |
Color Harmonies of #4F5641
Complementary color
Monochromatic Colors of #4F5641
Black with #4F5641
Text Example
Text Example
White with #4F5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5641; }
p { color: rgb(79,86,65); }
H1.HeaderClassName
{
color: #4F5641;
}
.AnyTagClassName
{
color: #4F5641;
}
</style>
background-color css
<style>
a { background-color: #4F5641; }
a { background-color: rgb(79,86,65); }
div.DivClassName
{
background-color: #4F5641;
}
.BgClassName
{
background-color: #4F5641;
}
</style>
border-color css
<style>
span { border-color: #4F5641; }
span { border-color: rgb(79,86,65); }
td.TdClassName
{
border-color: #4F5641;
}
.TagClassName
{
border-color: #4F5641;
}
</style>