Shades of Lunar Green #4F5348
Tints of Lunar Green #4F5348
RGB
CMYK
RGB Variations
Color information
#4F5348 (or 0x4F5348) is known color: Lunar Green. HEX triplet: 4F, 53 and 48. RGB value is (79,83,72). Sum of RGB (Red+Green+Blue) = 79+83+72=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5348 is #B0ACB7. Grayscale: #505050. Windows color (decimal): -11578552 or 4739919. OLE color: 4739919.
HSL color Cylindrical-coordinate representation of color #4F5348: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F5348 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 72 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.67 |
| HSL | 81.82º | 0.07% | 0.3% | - |
| HSV(B) | 81.82º | 0.13% | 0.33% | - |
| XYZ | 7.49 | 8.32 | 7.34 | - |
| YUV | 80.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 72 | 0.05 | 0 | 0.13 | 0.67 | 81.82 | 0.07 | 0.3 |
| Hex | 4F | 53 | 48 | 5 | 0 | D | 43 | 52 | 7 | 1E |
| Octal | 117 | 123 | 110 | 5 | 0 | 15 | 103 | 122 | 7 | 36 |
| Binary | 1001111 | 1010011 | 1001000 | 101 | 0 | 1101 | 1000011 | 1010010 | 111 | 11110 |
Color Harmonies of #4F5348
Complementary color
Monochromatic Colors of #4F5348
Black with #4F5348
Text Example
Text Example
White with #4F5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5348; }
p { color: rgb(79,83,72); }
H1.HeaderClassName
{
color: #4F5348;
}
.AnyTagClassName
{
color: #4F5348;
}
</style>
background-color css
<style>
a { background-color: #4F5348; }
a { background-color: rgb(79,83,72); }
div.DivClassName
{
background-color: #4F5348;
}
.BgClassName
{
background-color: #4F5348;
}
</style>
border-color css
<style>
span { border-color: #4F5348; }
span { border-color: rgb(79,83,72); }
td.TdClassName
{
border-color: #4F5348;
}
.TagClassName
{
border-color: #4F5348;
}
</style>