#545D3E

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

Shades of Lunar Green #545D3E

Tints of Lunar Green #545D3E

Color information

#545D3E (or 0x545D3E) is unknown color: approx Lunar Green. HEX triplet: 54, 5D and 3E. RGB value is (84,93,62). Sum of RGB (Red+Green+Blue) = 84+93+62=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #545D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D3E is #ABA2C1. Grayscale: #565656. Windows color (decimal): -11248322 or 4087124. OLE color: 4087124.

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

Color convert

RGB849362-
CMYK0.1000.330.64
HSL77.42º20%30.39%-
HSV(B)77.42º33.33%36.47%-
XYZ8.4410.066.05-
YUV86.78114.02126.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=35.15%
G=38.91%
B=25.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493620.1000.330.6477.422030.39
Hex545D3EA021404d141e
Octal12413576120411001152436
Binary1010100101110111111010100100001100000010011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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