Html Css Color HEX #494F40 Lunar Green

📋 copy color: '#494F40'

red 73 ◦ green 79 ◦ blue 64

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

Shades of Lunar Green #494F40

Tints of Lunar Green #494F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.57%

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

R = 33.8%
G = 36.57%
B = 29.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#494F40 (or 0x494F40) is known color: Lunar Green. HEX triplet: 49, 4F and 40. RGB value is (73,79,64). Sum of RGB (Red+Green+Blue) = 73+79+64=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 79 - color contains mainly: green. Hex color #494F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F40 is #B6B0BF. Grayscale: #4B4B4B. Windows color (decimal): -11972800 or 4214601. OLE color: 4214601.

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

Color convert

RGB 73 79 64 -
CMYK 0.08 0 0.19 0.69
HSL 84º 0.1% 0.28% -
HSV(B) 84º 0.19% 0.31% -
XYZ 6.47 7.38 5.93 -
YUV 75.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 73 79 64 0.08 0 0.19 0.69 84 0.1 0.28
Hex 49 4F 40 8 0 13 45 54 A 1C
Octal 111 117 100 10 0 23 105 124 12 34
Binary 1001001 1001111 1000000 1000 0 10011 1000101 1010100 1010 11100

Color Harmonies of #494F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F40

Black with #494F40

Text Example


Text Example

White with #494F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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