Shades of Lunar Green #4A543D
Tints of Lunar Green #4A543D
RGB
CMYK
RGB Variations
Color information
#4A543D (or 0x4A543D) is known color: Lunar Green. HEX triplet: 4A, 54 and 3D. RGB value is (74,84,61). Sum of RGB (Red+Green+Blue) = 74+84+61=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #4A543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A543D is #B5ABC2. Grayscale: #4E4E4E. Windows color (decimal): -11905987 or 4019274. OLE color: 4019274.
HSL color Cylindrical-coordinate representation of color #4A543D: hue angle of 86.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A543D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 61 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.67 |
| HSL | 86.09º | 0.16% | 0.28% | - |
| HSV(B) | 86.09º | 0.27% | 0.33% | - |
| XYZ | 6.84 | 8.13 | 5.62 | - |
| YUV | 78.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 61 | 0.12 | 0 | 0.27 | 0.67 | 86.09 | 0.16 | 0.28 |
| Hex | 4A | 54 | 3D | C | 0 | 1B | 43 | 56 | 10 | 1C |
| Octal | 112 | 124 | 75 | 14 | 0 | 33 | 103 | 126 | 20 | 34 |
| Binary | 1001010 | 1010100 | 111101 | 1100 | 0 | 11011 | 1000011 | 1010110 | 10000 | 11100 |
Color Harmonies of #4A543D
Complementary color
Monochromatic Colors of #4A543D
Black with #4A543D
Text Example
Text Example
White with #4A543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A543D; }
p { color: rgb(74,84,61); }
H1.HeaderClassName
{
color: #4A543D;
}
.AnyTagClassName
{
color: #4A543D;
}
</style>
background-color css
<style>
a { background-color: #4A543D; }
a { background-color: rgb(74,84,61); }
div.DivClassName
{
background-color: #4A543D;
}
.BgClassName
{
background-color: #4A543D;
}
</style>
border-color css
<style>
span { border-color: #4A543D; }
span { border-color: rgb(74,84,61); }
td.TdClassName
{
border-color: #4A543D;
}
.TagClassName
{
border-color: #4A543D;
}
</style>