Shades of Lunar Green #4A4F3D
Tints of Lunar Green #4A4F3D
RGB
CMYK
RGB Variations
Color information
#4A4F3D (or 0x4A4F3D) is known color: Lunar Green. HEX triplet: 4A, 4F and 3D. RGB value is (74,79,61). Sum of RGB (Red+Green+Blue) = 74+79+61=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F3D is #B5B0C2. Grayscale: #4B4B4B. Windows color (decimal): -11907267 or 4017994. OLE color: 4017994.
HSL color Cylindrical-coordinate representation of color #4A4F3D: hue angle of 76.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A4F3D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 79 | 61 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.69 |
| HSL | 76.67º | 0.13% | 0.27% | - |
| HSV(B) | 76.67º | 0.23% | 0.31% | - |
| XYZ | 6.46 | 7.38 | 5.5 | - |
| YUV | 75.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 61 | 0.06 | 0 | 0.23 | 0.69 | 76.67 | 0.13 | 0.27 |
| Hex | 4A | 4F | 3D | 6 | 0 | 17 | 45 | 4D | D | 1B |
| Octal | 112 | 117 | 75 | 6 | 0 | 27 | 105 | 115 | 15 | 33 |
| Binary | 1001010 | 1001111 | 111101 | 110 | 0 | 10111 | 1000101 | 1001101 | 1101 | 11011 |
Color Harmonies of #4A4F3D
Complementary color
Monochromatic Colors of #4A4F3D
Black with #4A4F3D
Text Example
Text Example
White with #4A4F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4F3D; }
p { color: rgb(74,79,61); }
H1.HeaderClassName
{
color: #4A4F3D;
}
.AnyTagClassName
{
color: #4A4F3D;
}
</style>
background-color css
<style>
a { background-color: #4A4F3D; }
a { background-color: rgb(74,79,61); }
div.DivClassName
{
background-color: #4A4F3D;
}
.BgClassName
{
background-color: #4A4F3D;
}
</style>
border-color css
<style>
span { border-color: #4A4F3D; }
span { border-color: rgb(74,79,61); }
td.TdClassName
{
border-color: #4A4F3D;
}
.TagClassName
{
border-color: #4A4F3D;
}
</style>