Shades of Lunar Green #546045
Tints of Lunar Green #546045
RGB
CMYK
RGB Variations
Color information
#546045 (or 0x546045) is known color: Lunar Green. HEX triplet: 54, 60 and 45. RGB value is (84,96,69). Sum of RGB (Red+Green+Blue) = 84+96+69=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #546045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546045 is #AB9FBA. Grayscale: #595959. Windows color (decimal): -11247547 or 4546644. OLE color: 4546644.
HSL color Cylindrical-coordinate representation of color #546045: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #546045 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 69 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.62 |
| HSL | 86.67º | 0.16% | 0.32% | - |
| HSV(B) | 86.67º | 0.28% | 0.38% | - |
| XYZ | 8.91 | 10.68 | 7.22 | - |
| YUV | 89.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 69 | 0.12 | 0 | 0.28 | 0.62 | 86.67 | 0.16 | 0.32 |
| Hex | 54 | 60 | 45 | C | 0 | 1C | 3E | 57 | 10 | 20 |
| Octal | 124 | 140 | 105 | 14 | 0 | 34 | 76 | 127 | 20 | 40 |
| Binary | 1010100 | 1100000 | 1000101 | 1100 | 0 | 11100 | 111110 | 1010111 | 10000 | 100000 |
Color Harmonies of #546045
Complementary color
Monochromatic Colors of #546045
Black with #546045
Text Example
Text Example
White with #546045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546045; }
p { color: rgb(84,96,69); }
H1.HeaderClassName
{
color: #546045;
}
.AnyTagClassName
{
color: #546045;
}
</style>
background-color css
<style>
a { background-color: #546045; }
a { background-color: rgb(84,96,69); }
div.DivClassName
{
background-color: #546045;
}
.BgClassName
{
background-color: #546045;
}
</style>
border-color css
<style>
span { border-color: #546045; }
span { border-color: rgb(84,96,69); }
td.TdClassName
{
border-color: #546045;
}
.TagClassName
{
border-color: #546045;
}
</style>