Shades of Lunar Green #4A543C
Tints of Lunar Green #4A543C
RGB
CMYK
RGB Variations
Color information
#4A543C (or 0x4A543C) is known color: Lunar Green. HEX triplet: 4A, 54 and 3C. RGB value is (74,84,60). Sum of RGB (Red+Green+Blue) = 74+84+60=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #4A543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A543C is #B5ABC3. Grayscale: #4E4E4E. Windows color (decimal): -11905988 or 3953738. OLE color: 3953738.
HSL color Cylindrical-coordinate representation of color #4A543C: hue angle of 85º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A543C is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 60 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.67 |
| HSL | 85º | 0.17% | 0.28% | - |
| HSV(B) | 85º | 0.29% | 0.33% | - |
| XYZ | 6.81 | 8.12 | 5.48 | - |
| YUV | 78.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 60 | 0.12 | 0 | 0.29 | 0.67 | 85 | 0.17 | 0.28 |
| Hex | 4A | 54 | 3C | C | 0 | 1D | 43 | 55 | 11 | 1C |
| Octal | 112 | 124 | 74 | 14 | 0 | 35 | 103 | 125 | 21 | 34 |
| Binary | 1001010 | 1010100 | 111100 | 1100 | 0 | 11101 | 1000011 | 1010101 | 10001 | 11100 |
Color Harmonies of #4A543C
Complementary color
Monochromatic Colors of #4A543C
Black with #4A543C
Text Example
Text Example
White with #4A543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A543C; }
p { color: rgb(74,84,60); }
H1.HeaderClassName
{
color: #4A543C;
}
.AnyTagClassName
{
color: #4A543C;
}
</style>
background-color css
<style>
a { background-color: #4A543C; }
a { background-color: rgb(74,84,60); }
div.DivClassName
{
background-color: #4A543C;
}
.BgClassName
{
background-color: #4A543C;
}
</style>
border-color css
<style>
span { border-color: #4A543C; }
span { border-color: rgb(74,84,60); }
td.TdClassName
{
border-color: #4A543C;
}
.TagClassName
{
border-color: #4A543C;
}
</style>