Html Css Color HEX #494D41 Lunar Green

📋 copy color: '#494D41'

red 73 ◦ green 77 ◦ blue 65

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

Shades of Lunar Green #494D41

Tints of Lunar Green #494D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 33.95%
G = 35.81%
B = 30.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#494D41 (or 0x494D41) is known color: Lunar Green. HEX triplet: 49, 4D and 41. RGB value is (73,77,65). Sum of RGB (Red+Green+Blue) = 73+77+65=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #494D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D41 is #B6B2BE. Grayscale: #4A4A4A. Windows color (decimal): -11973311 or 4279625. OLE color: 4279625.

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

Color convert

RGB 73 77 65 -
CMYK 0.05 0 0.16 0.70
HSL 80º 0.08% 0.28% -
HSV(B) 80º 0.16% 0.3% -
XYZ 6.36 7.11 6.04 -
YUV 74.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 73 77 65 0.05 0 0.16 0.70 80 0.08 0.28
Hex 49 4D 41 5 0 10 46 50 8 1C
Octal 111 115 101 5 0 20 106 120 10 34
Binary 1001001 1001101 1000001 101 0 10000 1000110 1010000 1000 11100

Color Harmonies of #494D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D41

Black with #494D41

Text Example


Text Example

White with #494D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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