Shades of Lunar Green #4A573A
Tints of Lunar Green #4A573A
RGB
CMYK
RGB Variations
Color information
#4A573A (or 0x4A573A) is known color: Lunar Green. HEX triplet: 4A, 57 and 3A. RGB value is (74,87,58). Sum of RGB (Red+Green+Blue) = 74+87+58=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #4A573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A573A is #B5A8C5. Grayscale: #4F4F4F. Windows color (decimal): -11905222 or 3823434. OLE color: 3823434.
HSL color Cylindrical-coordinate representation of color #4A573A: hue angle of 86.9º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A573A is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 87 | 58 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.66 |
| HSL | 86.9º | 0.2% | 0.28% | - |
| HSV(B) | 86.9º | 0.33% | 0.34% | - |
| XYZ | 7 | 8.58 | 5.29 | - |
| YUV | 79.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 58 | 0.15 | 0 | 0.33 | 0.66 | 86.9 | 0.2 | 0.28 |
| Hex | 4A | 57 | 3A | F | 0 | 21 | 42 | 57 | 14 | 1C |
| Octal | 112 | 127 | 72 | 17 | 0 | 41 | 102 | 127 | 24 | 34 |
| Binary | 1001010 | 1010111 | 111010 | 1111 | 0 | 100001 | 1000010 | 1010111 | 10100 | 11100 |
Color Harmonies of #4A573A
Complementary color
Monochromatic Colors of #4A573A
Black with #4A573A
Text Example
Text Example
White with #4A573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A573A; }
p { color: rgb(74,87,58); }
H1.HeaderClassName
{
color: #4A573A;
}
.AnyTagClassName
{
color: #4A573A;
}
</style>
background-color css
<style>
a { background-color: #4A573A; }
a { background-color: rgb(74,87,58); }
div.DivClassName
{
background-color: #4A573A;
}
.BgClassName
{
background-color: #4A573A;
}
</style>
border-color css
<style>
span { border-color: #4A573A; }
span { border-color: rgb(74,87,58); }
td.TdClassName
{
border-color: #4A573A;
}
.TagClassName
{
border-color: #4A573A;
}
</style>