Shades of Lunar Green #545A3F
Tints of Lunar Green #545A3F
RGB
CMYK
RGB Variations
Color information
#545A3F (or 0x545A3F) is known color: Lunar Green. HEX triplet: 54, 5A and 3F. RGB value is (84,90,63). Sum of RGB (Red+Green+Blue) = 84+90+63=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #545A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A3F is #ABA5C0. Grayscale: #555555. Windows color (decimal): -11249089 or 4151892. OLE color: 4151892.
HSL color Cylindrical-coordinate representation of color #545A3F: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545A3F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 63 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.65 |
| HSL | 73.33º | 0.18% | 0.3% | - |
| HSV(B) | 73.33º | 0.3% | 0.35% | - |
| XYZ | 8.21 | 9.56 | 6.11 | - |
| YUV | 85.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 63 | 0.07 | 0 | 0.30 | 0.65 | 73.33 | 0.18 | 0.3 |
| Hex | 54 | 5A | 3F | 7 | 0 | 1E | 41 | 49 | 12 | 1E |
| Octal | 124 | 132 | 77 | 7 | 0 | 36 | 101 | 111 | 22 | 36 |
| Binary | 1010100 | 1011010 | 111111 | 111 | 0 | 11110 | 1000001 | 1001001 | 10010 | 11110 |
Color Harmonies of #545A3F
Complementary color
Monochromatic Colors of #545A3F
Black with #545A3F
Text Example
Text Example
White with #545A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A3F; }
p { color: rgb(84,90,63); }
H1.HeaderClassName
{
color: #545A3F;
}
.AnyTagClassName
{
color: #545A3F;
}
</style>
background-color css
<style>
a { background-color: #545A3F; }
a { background-color: rgb(84,90,63); }
div.DivClassName
{
background-color: #545A3F;
}
.BgClassName
{
background-color: #545A3F;
}
</style>
border-color css
<style>
span { border-color: #545A3F; }
span { border-color: rgb(84,90,63); }
td.TdClassName
{
border-color: #545A3F;
}
.TagClassName
{
border-color: #545A3F;
}
</style>