#494D42

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

Shades of Lunar Green #494D42

Tints of Lunar Green #494D42

Color information

#494D42 (or 0x494D42) is unknown color: approx Lunar Green. HEX triplet: 49, 4D and 42. RGB value is (73,77,66). Sum of RGB (Red+Green+Blue) = 73+77+66=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 77 - color contains mainly: green. Hex color #494D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D42 is #B6B2BD. Grayscale: #4A4A4A. Windows color (decimal): -11973310 or 4345161. OLE color: 4345161.

HSL color Cylindrical-coordinate representation of color #494D42: hue angle of 81.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494D42 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB737766-
CMYK0.0500.140.70
HSL81.82º7.69%28.04%-
HSV(B)81.82º14.29%30.2%-
XYZ6.387.126.19-
YUV74.55123.17126.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=33.80%
G=35.65%
B=30.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377660.0500.140.7081.827.6928.04
Hex494D4250E465281c
Octal11111510250161061221034
Binary1001001100110110000101010111010001101010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D42; }

 p { color: rgb(73,77,66); }

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

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

 a { background-color: rgb(73,77,66); }

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

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

 span { border-color: rgb(73,77,66); }

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