Shades of Lunar Green #545E41
Tints of Lunar Green #545E41
RGB
CMYK
RGB Variations
Color information
#545E41 (or 0x545E41) is known color: Lunar Green. HEX triplet: 54, 5E and 41. RGB value is (84,94,65). Sum of RGB (Red+Green+Blue) = 84+94+65=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 94 - color contains mainly: green. Hex color #545E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E41 is #ABA1BE. Grayscale: #575757. Windows color (decimal): -11248063 or 4283988. OLE color: 4283988.
HSL color Cylindrical-coordinate representation of color #545E41: hue angle of 80.69º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545E41 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 94 | 65 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.63 |
| HSL | 80.69º | 0.18% | 0.31% | - |
| HSV(B) | 80.69º | 0.31% | 0.37% | - |
| XYZ | 8.61 | 10.27 | 6.53 | - |
| YUV | 87.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 65 | 0.11 | 0 | 0.31 | 0.63 | 80.69 | 0.18 | 0.31 |
| Hex | 54 | 5E | 41 | B | 0 | 1F | 3F | 51 | 12 | 1F |
| Octal | 124 | 136 | 101 | 13 | 0 | 37 | 77 | 121 | 22 | 37 |
| Binary | 1010100 | 1011110 | 1000001 | 1011 | 0 | 11111 | 111111 | 1010001 | 10010 | 11111 |
Color Harmonies of #545E41
Complementary color
Monochromatic Colors of #545E41
Black with #545E41
Text Example
Text Example
White with #545E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E41; }
p { color: rgb(84,94,65); }
H1.HeaderClassName
{
color: #545E41;
}
.AnyTagClassName
{
color: #545E41;
}
</style>
background-color css
<style>
a { background-color: #545E41; }
a { background-color: rgb(84,94,65); }
div.DivClassName
{
background-color: #545E41;
}
.BgClassName
{
background-color: #545E41;
}
</style>
border-color css
<style>
span { border-color: #545E41; }
span { border-color: rgb(84,94,65); }
td.TdClassName
{
border-color: #545E41;
}
.TagClassName
{
border-color: #545E41;
}
</style>