Shades of Lunar Green #4F5441
Tints of Lunar Green #4F5441
RGB
CMYK
RGB Variations
Color information
#4F5441 (or 0x4F5441) is known color: Lunar Green. HEX triplet: 4F, 54 and 41. RGB value is (79,84,65). Sum of RGB (Red+Green+Blue) = 79+84+65=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5441 is #B0ABBE. Grayscale: #505050. Windows color (decimal): -11578303 or 4281423. OLE color: 4281423.
HSL color Cylindrical-coordinate representation of color #4F5441: hue angle of 75.79º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5441 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 65 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.67 |
| HSL | 75.79º | 0.13% | 0.29% | - |
| HSV(B) | 75.79º | 0.23% | 0.33% | - |
| XYZ | 7.35 | 8.38 | 6.23 | - |
| YUV | 80.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 65 | 0.06 | 0 | 0.23 | 0.67 | 75.79 | 0.13 | 0.29 |
| Hex | 4F | 54 | 41 | 6 | 0 | 17 | 43 | 4C | D | 1D |
| Octal | 117 | 124 | 101 | 6 | 0 | 27 | 103 | 114 | 15 | 35 |
| Binary | 1001111 | 1010100 | 1000001 | 110 | 0 | 10111 | 1000011 | 1001100 | 1101 | 11101 |
Color Harmonies of #4F5441
Complementary color
Monochromatic Colors of #4F5441
Black with #4F5441
Text Example
Text Example
White with #4F5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5441; }
p { color: rgb(79,84,65); }
H1.HeaderClassName
{
color: #4F5441;
}
.AnyTagClassName
{
color: #4F5441;
}
</style>
background-color css
<style>
a { background-color: #4F5441; }
a { background-color: rgb(79,84,65); }
div.DivClassName
{
background-color: #4F5441;
}
.BgClassName
{
background-color: #4F5441;
}
</style>
border-color css
<style>
span { border-color: #4F5441; }
span { border-color: rgb(79,84,65); }
td.TdClassName
{
border-color: #4F5441;
}
.TagClassName
{
border-color: #4F5441;
}
</style>