Shades of Lunar Green #545C44
Tints of Lunar Green #545C44
RGB
CMYK
RGB Variations
Color information
#545C44 (or 0x545C44) is known color: Lunar Green. HEX triplet: 54, 5C and 44. RGB value is (84,92,68). Sum of RGB (Red+Green+Blue) = 84+92+68=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #545C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C44 is #ABA3BB. Grayscale: #565656. Windows color (decimal): -11248572 or 4480084. OLE color: 4480084.
HSL color Cylindrical-coordinate representation of color #545C44: hue angle of 80º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545C44 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 68 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.64 |
| HSL | 80º | 0.15% | 0.31% | - |
| HSV(B) | 80º | 0.26% | 0.36% | - |
| XYZ | 8.53 | 9.96 | 6.94 | - |
| YUV | 86.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 68 | 0.09 | 0 | 0.26 | 0.64 | 80 | 0.15 | 0.31 |
| Hex | 54 | 5C | 44 | 9 | 0 | 1A | 40 | 50 | F | 1F |
| Octal | 124 | 134 | 104 | 11 | 0 | 32 | 100 | 120 | 17 | 37 |
| Binary | 1010100 | 1011100 | 1000100 | 1001 | 0 | 11010 | 1000000 | 1010000 | 1111 | 11111 |
Color Harmonies of #545C44
Complementary color
Monochromatic Colors of #545C44
Black with #545C44
Text Example
Text Example
White with #545C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C44; }
p { color: rgb(84,92,68); }
H1.HeaderClassName
{
color: #545C44;
}
.AnyTagClassName
{
color: #545C44;
}
</style>
background-color css
<style>
a { background-color: #545C44; }
a { background-color: rgb(84,92,68); }
div.DivClassName
{
background-color: #545C44;
}
.BgClassName
{
background-color: #545C44;
}
</style>
border-color css
<style>
span { border-color: #545C44; }
span { border-color: rgb(84,92,68); }
td.TdClassName
{
border-color: #545C44;
}
.TagClassName
{
border-color: #545C44;
}
</style>