#494E3D

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

Shades of Lunar Green #494E3D

Tints of Lunar Green #494E3D

Color information

#494E3D (or 0x494E3D) is unknown color: approx Lunar Green. HEX triplet: 49, 4E and 3D. RGB value is (73,78,61). Sum of RGB (Red+Green+Blue) = 73+78+61=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #494E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E3D is #B6B1C2. Grayscale: #4A4A4A. Windows color (decimal): -11973059 or 4017737. OLE color: 4017737.

HSL color Cylindrical-coordinate representation of color #494E3D: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494E3D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB737861-
CMYK0.0600.220.69
HSL77.65º12.23%27.25%-
HSV(B)77.65º21.79%30.59%-
XYZ6.317.25.47-
YUV74.57120.34126.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=34.43%
G=36.79%
B=28.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378610.0600.220.6977.6512.2327.25
Hex494E3D6016454ec1b
Octal1111167560261051161433
Binary1001001100111011110111001011010001011001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,78,61); }

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

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

 a { background-color: rgb(73,78,61); }

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

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

 span { border-color: rgb(73,78,61); }

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