Html Css Color HEX #494E3D Lunar Green

📋 copy color: '#494E3D'

red 73 ◦ green 78 ◦ blue 61

#494E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #494E3D

Tints of Lunar Green #494E3D

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 value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#494E3D (or 0x494E3D) is known color: 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

RGB 73 78 61 -
CMYK 0.06 0 0.22 0.69
HSL 77.65º 0.12% 0.27% -
HSV(B) 77.65º 0.22% 0.31% -
XYZ 6.31 7.2 5.47 -
YUV 74.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 73 78 61 0.06 0 0.22 0.69 77.65 0.12 0.27
Hex 49 4E 3D 6 0 16 45 4E C 1B
Octal 111 116 75 6 0 26 105 116 14 33
Binary 1001001 1001110 111101 110 0 10110 1000101 1001110 1100 11011

Color Harmonies of #494E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E3D

Black with #494E3D

Text Example


Text Example

White with #494E3D

Text Example


Text Example

HTML Codes & Css Web 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>