Shades of Lunar Green #545C46
Tints of Lunar Green #545C46
RGB
CMYK
RGB Variations
Color information
#545C46 (or 0x545C46) is known color: Lunar Green. HEX triplet: 54, 5C and 46. RGB value is (84,92,70). Sum of RGB (Red+Green+Blue) = 84+92+70=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #545C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C46 is #ABA3B9. Grayscale: #575757. Windows color (decimal): -11248570 or 4611156. OLE color: 4611156.
HSL color Cylindrical-coordinate representation of color #545C46: hue angle of 81.82º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #545C46 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 70 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.64 |
| HSL | 81.82º | 0.14% | 0.32% | - |
| HSV(B) | 81.82º | 0.24% | 0.36% | - |
| XYZ | 8.59 | 9.98 | 7.27 | - |
| YUV | 87.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 70 | 0.09 | 0 | 0.24 | 0.64 | 81.82 | 0.14 | 0.32 |
| Hex | 54 | 5C | 46 | 9 | 0 | 18 | 40 | 52 | E | 20 |
| Octal | 124 | 134 | 106 | 11 | 0 | 30 | 100 | 122 | 16 | 40 |
| Binary | 1010100 | 1011100 | 1000110 | 1001 | 0 | 11000 | 1000000 | 1010010 | 1110 | 100000 |
Color Harmonies of #545C46
Complementary color
Monochromatic Colors of #545C46
Black with #545C46
Text Example
Text Example
White with #545C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C46; }
p { color: rgb(84,92,70); }
H1.HeaderClassName
{
color: #545C46;
}
.AnyTagClassName
{
color: #545C46;
}
</style>
background-color css
<style>
a { background-color: #545C46; }
a { background-color: rgb(84,92,70); }
div.DivClassName
{
background-color: #545C46;
}
.BgClassName
{
background-color: #545C46;
}
</style>
border-color css
<style>
span { border-color: #545C46; }
span { border-color: rgb(84,92,70); }
td.TdClassName
{
border-color: #545C46;
}
.TagClassName
{
border-color: #545C46;
}
</style>