#494D40

Color #494D40 Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #494D40

Tints of Tuatara #494D40

Color information

#494D40 (or 0x494D40) is unknown color: approx Tuatara. HEX triplet: 49, 4D and 40. RGB value is (73,77,64). Sum of RGB (Red+Green+Blue) = 73+77+64=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #494D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D40 is #B6B2BF. Grayscale: #4A4A4A. Windows color (decimal): -11973312 or 4214089. OLE color: 4214089.

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

Color convert

RGB737764-
CMYK0.0500.170.70
HSL78.46º9.22%27.65%-
HSV(B)78.46º16.88%30.2%-
XYZ6.337.095.89-
YUV74.32122.17127.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=34.11%
G=35.98%
B=29.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377640.0500.170.7078.469.2227.65
Hex494D405011464e91c
Octal11111510050211061161134
Binary10010011001101100000010101000110001101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #494D40;
 }
 .AnyTagClassName
 {
   color: #494D40;
 }
</style>
background-color css

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

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

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

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

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

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