Shades of Lunar Green #545C43
Tints of Lunar Green #545C43
RGB
CMYK
RGB Variations
Color information
#545C43 (or 0x545C43) is known color: Lunar Green. HEX triplet: 54, 5C and 43. RGB value is (84,92,67). Sum of RGB (Red+Green+Blue) = 84+92+67=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #545C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C43 is #ABA3BC. Grayscale: #565656. Windows color (decimal): -11248573 or 4414548. OLE color: 4414548.
HSL color Cylindrical-coordinate representation of color #545C43: hue angle of 79.2º 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 #545C43 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 67 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.64 |
| HSL | 79.2º | 0.16% | 0.31% | - |
| HSV(B) | 79.2º | 0.27% | 0.36% | - |
| XYZ | 8.5 | 9.94 | 6.78 | - |
| YUV | 86.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 67 | 0.09 | 0 | 0.27 | 0.64 | 79.2 | 0.16 | 0.31 |
| Hex | 54 | 5C | 43 | 9 | 0 | 1B | 40 | 4F | 10 | 1F |
| Octal | 124 | 134 | 103 | 11 | 0 | 33 | 100 | 117 | 20 | 37 |
| Binary | 1010100 | 1011100 | 1000011 | 1001 | 0 | 11011 | 1000000 | 1001111 | 10000 | 11111 |
Color Harmonies of #545C43
Complementary color
Monochromatic Colors of #545C43
Black with #545C43
Text Example
Text Example
White with #545C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C43; }
p { color: rgb(84,92,67); }
H1.HeaderClassName
{
color: #545C43;
}
.AnyTagClassName
{
color: #545C43;
}
</style>
background-color css
<style>
a { background-color: #545C43; }
a { background-color: rgb(84,92,67); }
div.DivClassName
{
background-color: #545C43;
}
.BgClassName
{
background-color: #545C43;
}
</style>
border-color css
<style>
span { border-color: #545C43; }
span { border-color: rgb(84,92,67); }
td.TdClassName
{
border-color: #545C43;
}
.TagClassName
{
border-color: #545C43;
}
</style>