Shades of Lunar Green #4F553D
Tints of Lunar Green #4F553D
RGB
CMYK
RGB Variations
Color information
#4F553D (or 0x4F553D) is known color: Lunar Green. HEX triplet: 4F, 55 and 3D. RGB value is (79,85,61). Sum of RGB (Red+Green+Blue) = 79+85+61=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #4F553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F553D is #B0AAC2. Grayscale: #505050. Windows color (decimal): -11578051 or 4019535. OLE color: 4019535.
HSL color Cylindrical-coordinate representation of color #4F553D: hue angle of 75º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F553D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 61 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.67 |
| HSL | 75º | 0.16% | 0.29% | - |
| HSV(B) | 75º | 0.28% | 0.33% | - |
| XYZ | 7.32 | 8.5 | 5.67 | - |
| YUV | 80.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 61 | 0.07 | 0 | 0.28 | 0.67 | 75 | 0.16 | 0.29 |
| Hex | 4F | 55 | 3D | 7 | 0 | 1C | 43 | 4B | 10 | 1D |
| Octal | 117 | 125 | 75 | 7 | 0 | 34 | 103 | 113 | 20 | 35 |
| Binary | 1001111 | 1010101 | 111101 | 111 | 0 | 11100 | 1000011 | 1001011 | 10000 | 11101 |
Color Harmonies of #4F553D
Complementary color
Monochromatic Colors of #4F553D
Black with #4F553D
Text Example
Text Example
White with #4F553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F553D; }
p { color: rgb(79,85,61); }
H1.HeaderClassName
{
color: #4F553D;
}
.AnyTagClassName
{
color: #4F553D;
}
</style>
background-color css
<style>
a { background-color: #4F553D; }
a { background-color: rgb(79,85,61); }
div.DivClassName
{
background-color: #4F553D;
}
.BgClassName
{
background-color: #4F553D;
}
</style>
border-color css
<style>
span { border-color: #4F553D; }
span { border-color: rgb(79,85,61); }
td.TdClassName
{
border-color: #4F553D;
}
.TagClassName
{
border-color: #4F553D;
}
</style>