Shades of Lunar Green #545B42
Tints of Lunar Green #545B42
RGB
CMYK
RGB Variations
Color information
#545B42 (or 0x545B42) is known color: Lunar Green. HEX triplet: 54, 5B and 42. RGB value is (84,91,66). Sum of RGB (Red+Green+Blue) = 84+91+66=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #545B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B42 is #ABA4BD. Grayscale: #565656. Windows color (decimal): -11248830 or 4348756. OLE color: 4348756.
HSL color Cylindrical-coordinate representation of color #545B42: hue angle of 76.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545B42 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 66 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.64 |
| HSL | 76.8º | 0.16% | 0.31% | - |
| HSV(B) | 76.8º | 0.27% | 0.36% | - |
| XYZ | 8.38 | 9.76 | 6.6 | - |
| YUV | 86.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 66 | 0.08 | 0 | 0.27 | 0.64 | 76.8 | 0.16 | 0.31 |
| Hex | 54 | 5B | 42 | 8 | 0 | 1B | 40 | 4D | 10 | 1F |
| Octal | 124 | 133 | 102 | 10 | 0 | 33 | 100 | 115 | 20 | 37 |
| Binary | 1010100 | 1011011 | 1000010 | 1000 | 0 | 11011 | 1000000 | 1001101 | 10000 | 11111 |
Color Harmonies of #545B42
Complementary color
Monochromatic Colors of #545B42
Black with #545B42
Text Example
Text Example
White with #545B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B42; }
p { color: rgb(84,91,66); }
H1.HeaderClassName
{
color: #545B42;
}
.AnyTagClassName
{
color: #545B42;
}
</style>
background-color css
<style>
a { background-color: #545B42; }
a { background-color: rgb(84,91,66); }
div.DivClassName
{
background-color: #545B42;
}
.BgClassName
{
background-color: #545B42;
}
</style>
border-color css
<style>
span { border-color: #545B42; }
span { border-color: rgb(84,91,66); }
td.TdClassName
{
border-color: #545B42;
}
.TagClassName
{
border-color: #545B42;
}
</style>