#545A46

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

Shades of Lunar Green #545A46

Tints of Lunar Green #545A46

Color information

#545A46 (or 0x545A46) is unknown color: approx Lunar Green. HEX triplet: 54, 5A and 46. RGB value is (84,90,70). Sum of RGB (Red+Green+Blue) = 84+90+70=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #545A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A46 is #ABA5B9. Grayscale: #565656. Windows color (decimal): -11249082 or 4610644. OLE color: 4610644.

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

Color convert

RGB849070-
CMYK0.0700.220.65
HSL78º12.5%31.37%-
HSV(B)78º22.22%35.29%-
XYZ8.429.647.21-
YUV85.93119.01126.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 70 (27.73% from 255) = 28.69%
R=34.43%
G=36.89%
B=28.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490700.0700.220.657812.531.37
Hex545A467016414ed1f
Octal12413210670261011161537
Binary10101001011010100011011101011010000011001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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