#545D44

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

Shades of Lunar Green #545D44

Tints of Lunar Green #545D44

Color information

#545D44 (or 0x545D44) is unknown color: approx Lunar Green. HEX triplet: 54, 5D and 44. RGB value is (84,93,68). Sum of RGB (Red+Green+Blue) = 84+93+68=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #545D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D44 is #ABA2BB. Grayscale: #575757. Windows color (decimal): -11248316 or 4480340. OLE color: 4480340.

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

Color convert

RGB849368-
CMYK0.1000.270.64
HSL81.6º15.53%31.57%-
HSV(B)81.6º26.88%36.47%-
XYZ8.6110.136.97-
YUV87.46117.02125.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=34.29%
G=37.96%
B=27.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493680.1000.270.6481.615.5331.57
Hex545D44A01B40521020
Octal124135104120331001222040
Binary10101001011101100010010100110111000000101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,68); }

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

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

 a { background-color: rgb(84,93,68); }

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

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

 span { border-color: rgb(84,93,68); }

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