Html Css Color HEX #494D42 Lunar Green

📋 copy color: '#494D42'

red 73 ◦ green 77 ◦ blue 66

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

Shades of Lunar Green #494D42

Tints of Lunar Green #494D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.65%

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 33.8%
G = 35.65%
B = 30.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

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

RGB 73 77 66 -
CMYK 0.05 0 0.14 0.70
HSL 81.82º 0.08% 0.28% -
HSV(B) 81.82º 0.14% 0.3% -
XYZ 6.38 7.12 6.19 -
YUV 74.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 73 77 66 0.05 0 0.14 0.70 81.82 0.08 0.28
Hex 49 4D 42 5 0 E 46 52 8 1C
Octal 111 115 102 5 0 16 106 122 10 34
Binary 1001001 1001101 1000010 101 0 1110 1000110 1010010 1000 11100

Color Harmonies of #494D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D42

Black with #494D42

Text Example


Text Example

White with #494D42

Text Example


Text Example

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