Shades of Lunar Green #4F5938
Tints of Lunar Green #4F5938
RGB
CMYK
RGB Variations
Color information
#4F5938 (or 0x4F5938) is known color: Lunar Green. HEX triplet: 4F, 59 and 38. RGB value is (79,89,56). Sum of RGB (Red+Green+Blue) = 79+89+56=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5938 is #B0A6C7. Grayscale: #525252. Windows color (decimal): -11577032 or 3692879. OLE color: 3692879.
HSL color Cylindrical-coordinate representation of color #4F5938: hue angle of 78.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F5938 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 56 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.65 |
| HSL | 78.18º | 0.23% | 0.28% | - |
| HSV(B) | 78.18º | 0.37% | 0.35% | - |
| XYZ | 7.51 | 9.09 | 5.1 | - |
| YUV | 82.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 56 | 0.11 | 0 | 0.37 | 0.65 | 78.18 | 0.23 | 0.28 |
| Hex | 4F | 59 | 38 | B | 0 | 25 | 41 | 4E | 17 | 1C |
| Octal | 117 | 131 | 70 | 13 | 0 | 45 | 101 | 116 | 27 | 34 |
| Binary | 1001111 | 1011001 | 111000 | 1011 | 0 | 100101 | 1000001 | 1001110 | 10111 | 11100 |
Color Harmonies of #4F5938
Complementary color
Monochromatic Colors of #4F5938
Black with #4F5938
Text Example
Text Example
White with #4F5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5938; }
p { color: rgb(79,89,56); }
H1.HeaderClassName
{
color: #4F5938;
}
.AnyTagClassName
{
color: #4F5938;
}
</style>
background-color css
<style>
a { background-color: #4F5938; }
a { background-color: rgb(79,89,56); }
div.DivClassName
{
background-color: #4F5938;
}
.BgClassName
{
background-color: #4F5938;
}
</style>
border-color css
<style>
span { border-color: #4F5938; }
span { border-color: rgb(79,89,56); }
td.TdClassName
{
border-color: #4F5938;
}
.TagClassName
{
border-color: #4F5938;
}
</style>