#545942

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

Shades of Lunar Green #545942

Tints of Lunar Green #545942

Color information

#545942 (or 0x545942) is unknown color: approx Lunar Green. HEX triplet: 54, 59 and 42. RGB value is (84,89,66). Sum of RGB (Red+Green+Blue) = 84+89+66=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #545942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545942 is #ABA6BD. Grayscale: #545454. Windows color (decimal): -11249342 or 4348244. OLE color: 4348244.

HSL color Cylindrical-coordinate representation of color #545942: hue angle of 73.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545942 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB848966-
CMYK0.0600.260.65
HSL73.04º14.84%30.39%-
HSV(B)73.04º25.84%34.9%-
XYZ8.219.426.54-
YUV84.88117.34127.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=35.15%
G=37.24%
B=27.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489660.0600.260.6573.0414.8430.39
Hex545942601A4149f1e
Octal12413110260321011111736
Binary10101001011001100001011001101010000011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545942; }

 p { color: rgb(84,89,66); }

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

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

 a { background-color: rgb(84,89,66); }

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

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

 span { border-color: rgb(84,89,66); }

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