Shades of Lunar Green #4F5347
Tints of Lunar Green #4F5347
RGB
CMYK
RGB Variations
Color information
#4F5347 (or 0x4F5347) is known color: Lunar Green. HEX triplet: 4F, 53 and 47. RGB value is (79,83,71). Sum of RGB (Red+Green+Blue) = 79+83+71=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5347 is #B0ACB8. Grayscale: #505050. Windows color (decimal): -11578553 or 4674383. OLE color: 4674383.
HSL color Cylindrical-coordinate representation of color #4F5347: hue angle of 80º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F5347 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 71 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.67 |
| HSL | 80º | 0.08% | 0.3% | - |
| HSV(B) | 80º | 0.14% | 0.33% | - |
| XYZ | 7.46 | 8.3 | 7.17 | - |
| YUV | 80.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 71 | 0.05 | 0 | 0.14 | 0.67 | 80 | 0.08 | 0.3 |
| Hex | 4F | 53 | 47 | 5 | 0 | E | 43 | 50 | 8 | 1E |
| Octal | 117 | 123 | 107 | 5 | 0 | 16 | 103 | 120 | 10 | 36 |
| Binary | 1001111 | 1010011 | 1000111 | 101 | 0 | 1110 | 1000011 | 1010000 | 1000 | 11110 |
Color Harmonies of #4F5347
Complementary color
Monochromatic Colors of #4F5347
Black with #4F5347
Text Example
Text Example
White with #4F5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5347; }
p { color: rgb(79,83,71); }
H1.HeaderClassName
{
color: #4F5347;
}
.AnyTagClassName
{
color: #4F5347;
}
</style>
background-color css
<style>
a { background-color: #4F5347; }
a { background-color: rgb(79,83,71); }
div.DivClassName
{
background-color: #4F5347;
}
.BgClassName
{
background-color: #4F5347;
}
</style>
border-color css
<style>
span { border-color: #4F5347; }
span { border-color: rgb(79,83,71); }
td.TdClassName
{
border-color: #4F5347;
}
.TagClassName
{
border-color: #4F5347;
}
</style>