#545A4B

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

Shades of Lunar Green #545A4B

Tints of Lunar Green #545A4B

Color information

#545A4B (or 0x545A4B) is unknown color: approx Lunar Green. HEX triplet: 54, 5A and 4B. RGB value is (84,90,75). Sum of RGB (Red+Green+Blue) = 84+90+75=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #545A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A4B is #ABA5B4. Grayscale: #565656. Windows color (decimal): -11249077 or 4938324. OLE color: 4938324.

HSL color Cylindrical-coordinate representation of color #545A4B: hue angle of 84º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545A4B is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB849075-
CMYK0.0700.170.65
HSL84º9.09%32.35%-
HSV(B)84º16.67%35.29%-
XYZ8.589.718.08-
YUV86.5121.51126.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=33.73%
G=36.14%
B=30.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490750.0700.170.65849.0932.35
Hex545A4B70114154920
Octal12413211370211011241140
Binary101010010110101001011111010001100000110101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,75); }

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

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

 a { background-color: rgb(84,90,75); }

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

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

 span { border-color: rgb(84,90,75); }

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