Shades of Lunar Green #545C41
Tints of Lunar Green #545C41
RGB
CMYK
RGB Variations
Color information
#545C41 (or 0x545C41) is known color: Lunar Green. HEX triplet: 54, 5C and 41. RGB value is (84,92,65). Sum of RGB (Red+Green+Blue) = 84+92+65=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #545C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C41 is #ABA3BE. Grayscale: #565656. Windows color (decimal): -11248575 or 4283476. OLE color: 4283476.
HSL color Cylindrical-coordinate representation of color #545C41: hue angle of 77.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545C41 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 65 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.64 |
| HSL | 77.78º | 0.17% | 0.31% | - |
| HSV(B) | 77.78º | 0.29% | 0.36% | - |
| XYZ | 8.44 | 9.92 | 6.47 | - |
| YUV | 86.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 65 | 0.09 | 0 | 0.29 | 0.64 | 77.78 | 0.17 | 0.31 |
| Hex | 54 | 5C | 41 | 9 | 0 | 1D | 40 | 4E | 11 | 1F |
| Octal | 124 | 134 | 101 | 11 | 0 | 35 | 100 | 116 | 21 | 37 |
| Binary | 1010100 | 1011100 | 1000001 | 1001 | 0 | 11101 | 1000000 | 1001110 | 10001 | 11111 |
Color Harmonies of #545C41
Complementary color
Monochromatic Colors of #545C41
Black with #545C41
Text Example
Text Example
White with #545C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C41; }
p { color: rgb(84,92,65); }
H1.HeaderClassName
{
color: #545C41;
}
.AnyTagClassName
{
color: #545C41;
}
</style>
background-color css
<style>
a { background-color: #545C41; }
a { background-color: rgb(84,92,65); }
div.DivClassName
{
background-color: #545C41;
}
.BgClassName
{
background-color: #545C41;
}
</style>
border-color css
<style>
span { border-color: #545C41; }
span { border-color: rgb(84,92,65); }
td.TdClassName
{
border-color: #545C41;
}
.TagClassName
{
border-color: #545C41;
}
</style>