Html Css Color HEX #494E40 Lunar Green

📋 copy color: '#494E40'

red 73 ◦ green 78 ◦ blue 64

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

Shades of Lunar Green #494E40

Tints of Lunar Green #494E40

RGB

 RED value IS 73 (28.91% from 255) = 33.95%

 GREEN value IS 78 (30.86% from 255) = 36.28%

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 33.95%
G = 36.28%
B = 29.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#494E40 (or 0x494E40) is known color: Lunar Green. HEX triplet: 49, 4E and 40. RGB value is (73,78,64). Sum of RGB (Red+Green+Blue) = 73+78+64=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 78 - color contains mainly: green. Hex color #494E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E40 is #B6B1BF. Grayscale: #4A4A4A. Windows color (decimal): -11973056 or 4214345. OLE color: 4214345.

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

Color convert

RGB 73 78 64 -
CMYK 0.06 0 0.18 0.69
HSL 81.43º 0.1% 0.28% -
HSV(B) 81.43º 0.18% 0.31% -
XYZ 6.4 7.24 5.91 -
YUV 74.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 73 78 64 0.06 0 0.18 0.69 81.43 0.1 0.28
Hex 49 4E 40 6 0 12 45 51 A 1C
Octal 111 116 100 6 0 22 105 121 12 34
Binary 1001001 1001110 1000000 110 0 10010 1000101 1010001 1010 11100

Color Harmonies of #494E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E40

Black with #494E40

Text Example


Text Example

White with #494E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #494E40;
 }
 .AnyTagClassName
 {
   color: #494E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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