#545D45

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

Shades of Lunar Green #545D45

Tints of Lunar Green #545D45

Color information

#545D45 (or 0x545D45) is unknown color: approx Lunar Green. HEX triplet: 54, 5D and 45. RGB value is (84,93,69). Sum of RGB (Red+Green+Blue) = 84+93+69=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #545D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D45 is #ABA2BA. Grayscale: #575757. Windows color (decimal): -11248315 or 4545876. OLE color: 4545876.

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

Color convert

RGB849369-
CMYK0.1000.260.64
HSL82.5º14.81%31.76%-
HSV(B)82.5º25.81%36.47%-
XYZ8.6410.147.13-
YUV87.57117.52125.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=34.15%
G=37.80%
B=28.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493690.1000.260.6482.514.8131.76
Hex545D45A01A4052f20
Octal124135105120321001221740
Binary1010100101110110001011010011010100000010100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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