#545B4A

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

Shades of Lunar Green #545B4A

Tints of Lunar Green #545B4A

Color information

#545B4A (or 0x545B4A) is unknown color: approx Lunar Green. HEX triplet: 54, 5B and 4A. RGB value is (84,91,74). Sum of RGB (Red+Green+Blue) = 84+91+74=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #545B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B4A is #ABA4B5. Grayscale: #575757. Windows color (decimal): -11248822 or 4873044. OLE color: 4873044.

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

Color convert

RGB849174-
CMYK0.0800.190.64
HSL84.71º10.3%32.35%-
HSV(B)84.71º18.68%35.69%-
XYZ8.639.867.93-
YUV86.97120.68125.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=33.73%
G=36.55%
B=29.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491740.0800.190.6484.7110.332.35
Hex545B4A80134055a20
Octal124133112100231001251240
Binary1010100101101110010101000010011100000010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,74); }

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

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

 a { background-color: rgb(84,91,74); }

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

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

 span { border-color: rgb(84,91,74); }

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