Shades of Lunar Green #4F5B3E
Tints of Lunar Green #4F5B3E
RGB
CMYK
RGB Variations
Color information
#4F5B3E (or 0x4F5B3E) is known color: Lunar Green. HEX triplet: 4F, 5B and 3E. RGB value is (79,91,62). Sum of RGB (Red+Green+Blue) = 79+91+62=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B3E is #B0A4C1. Grayscale: #545454. Windows color (decimal): -11576514 or 4086607. OLE color: 4086607.
HSL color Cylindrical-coordinate representation of color #4F5B3E: hue angle of 84.83º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5B3E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 91 | 62 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.64 |
| HSL | 84.83º | 0.19% | 0.3% | - |
| HSV(B) | 84.83º | 0.32% | 0.36% | - |
| XYZ | 7.84 | 9.49 | 5.98 | - |
| YUV | 84.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 62 | 0.13 | 0 | 0.32 | 0.64 | 84.83 | 0.19 | 0.3 |
| Hex | 4F | 5B | 3E | D | 0 | 20 | 40 | 55 | 13 | 1E |
| Octal | 117 | 133 | 76 | 15 | 0 | 40 | 100 | 125 | 23 | 36 |
| Binary | 1001111 | 1011011 | 111110 | 1101 | 0 | 100000 | 1000000 | 1010101 | 10011 | 11110 |
Color Harmonies of #4F5B3E
Complementary color
Monochromatic Colors of #4F5B3E
Black with #4F5B3E
Text Example
Text Example
White with #4F5B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B3E; }
p { color: rgb(79,91,62); }
H1.HeaderClassName
{
color: #4F5B3E;
}
.AnyTagClassName
{
color: #4F5B3E;
}
</style>
background-color css
<style>
a { background-color: #4F5B3E; }
a { background-color: rgb(79,91,62); }
div.DivClassName
{
background-color: #4F5B3E;
}
.BgClassName
{
background-color: #4F5B3E;
}
</style>
border-color css
<style>
span { border-color: #4F5B3E; }
span { border-color: rgb(79,91,62); }
td.TdClassName
{
border-color: #4F5B3E;
}
.TagClassName
{
border-color: #4F5B3E;
}
</style>