#545C46

Color #545C46 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #545C46

Tints of Lunar Green #545C46

Color information

#545C46 (or 0x545C46) is unknown color: approx Lunar Green. HEX triplet: 54, 5C and 46. RGB value is (84,92,70). Sum of RGB (Red+Green+Blue) = 84+92+70=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #545C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C46 is #ABA3B9. Grayscale: #575757. Windows color (decimal): -11248570 or 4611156. OLE color: 4611156.

HSL color Cylindrical-coordinate representation of color #545C46: hue angle of 81.82º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #545C46 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB849270-
CMYK0.0900.240.64
HSL81.82º13.58%31.76%-
HSV(B)81.82º23.91%36.08%-
XYZ8.599.987.27-
YUV87.1118.35125.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=34.15%
G=37.40%
B=28.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492700.0900.240.6481.8213.5831.76
Hex545C4690184052e20
Octal124134106110301001221640
Binary1010100101110010001101001011000100000010100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545C46; }

 p { color: rgb(84,92,70); }

 H1.HeaderClassName
 {
   color: #545C46;
 }
 .AnyTagClassName
 {
   color: #545C46;
 }
</style>
background-color css

<style>
 a { background-color: #545C46; }

 a { background-color: rgb(84,92,70); }

 div.DivClassName
 {
   background-color: #545C46;
 }
 .BgClassName
 {
   background-color: #545C46;
 }
</style>
border-color css

<style>
 span { border-color: #545C46; }

 span { border-color: rgb(84,92,70); }

 td.TdClassName
 {
   border-color: #545C46;
 }
 .TagClassName
 {
   border-color: #545C46;
 }
</style>