Shades of Lunar Green #4F5545
Tints of Lunar Green #4F5545
RGB
CMYK
RGB Variations
Color information
#4F5545 (or 0x4F5545) is known color: Lunar Green. HEX triplet: 4F, 55 and 45. RGB value is (79,85,69). Sum of RGB (Red+Green+Blue) = 79+85+69=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5545 is #B0AABA. Grayscale: #515151. Windows color (decimal): -11578043 or 4543823. OLE color: 4543823.
HSL color Cylindrical-coordinate representation of color #4F5545: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5545 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 69 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.67 |
| HSL | 82.5º | 0.1% | 0.3% | - |
| HSV(B) | 82.5º | 0.19% | 0.33% | - |
| XYZ | 7.55 | 8.59 | 6.89 | - |
| YUV | 81.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 69 | 0.07 | 0 | 0.19 | 0.67 | 82.5 | 0.1 | 0.3 |
| Hex | 4F | 55 | 45 | 7 | 0 | 13 | 43 | 52 | A | 1E |
| Octal | 117 | 125 | 105 | 7 | 0 | 23 | 103 | 122 | 12 | 36 |
| Binary | 1001111 | 1010101 | 1000101 | 111 | 0 | 10011 | 1000011 | 1010010 | 1010 | 11110 |
Color Harmonies of #4F5545
Complementary color
Monochromatic Colors of #4F5545
Black with #4F5545
Text Example
Text Example
White with #4F5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5545; }
p { color: rgb(79,85,69); }
H1.HeaderClassName
{
color: #4F5545;
}
.AnyTagClassName
{
color: #4F5545;
}
</style>
background-color css
<style>
a { background-color: #4F5545; }
a { background-color: rgb(79,85,69); }
div.DivClassName
{
background-color: #4F5545;
}
.BgClassName
{
background-color: #4F5545;
}
</style>
border-color css
<style>
span { border-color: #4F5545; }
span { border-color: rgb(79,85,69); }
td.TdClassName
{
border-color: #4F5545;
}
.TagClassName
{
border-color: #4F5545;
}
</style>