Shades of Lunar Green #4A5439
Tints of Lunar Green #4A5439
RGB
CMYK
RGB Variations
Color information
#4A5439 (or 0x4A5439) is known color: Lunar Green. HEX triplet: 4A, 54 and 39. RGB value is (74,84,57). Sum of RGB (Red+Green+Blue) = 74+84+57=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5439 is #B5ABC6. Grayscale: #4E4E4E. Windows color (decimal): -11905991 or 3757130. OLE color: 3757130.
HSL color Cylindrical-coordinate representation of color #4A5439: hue angle of 82.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A5439 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 57 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.67 |
| HSL | 82.22º | 0.19% | 0.28% | - |
| HSV(B) | 82.22º | 0.32% | 0.33% | - |
| XYZ | 6.73 | 8.09 | 5.08 | - |
| YUV | 77.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 57 | 0.12 | 0 | 0.32 | 0.67 | 82.22 | 0.19 | 0.28 |
| Hex | 4A | 54 | 39 | C | 0 | 20 | 43 | 52 | 13 | 1C |
| Octal | 112 | 124 | 71 | 14 | 0 | 40 | 103 | 122 | 23 | 34 |
| Binary | 1001010 | 1010100 | 111001 | 1100 | 0 | 100000 | 1000011 | 1010010 | 10011 | 11100 |
Color Harmonies of #4A5439
Complementary color
Monochromatic Colors of #4A5439
Black with #4A5439
Text Example
Text Example
White with #4A5439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5439; }
p { color: rgb(74,84,57); }
H1.HeaderClassName
{
color: #4A5439;
}
.AnyTagClassName
{
color: #4A5439;
}
</style>
background-color css
<style>
a { background-color: #4A5439; }
a { background-color: rgb(74,84,57); }
div.DivClassName
{
background-color: #4A5439;
}
.BgClassName
{
background-color: #4A5439;
}
</style>
border-color css
<style>
span { border-color: #4A5439; }
span { border-color: rgb(74,84,57); }
td.TdClassName
{
border-color: #4A5439;
}
.TagClassName
{
border-color: #4A5439;
}
</style>