#49705D

Color #49705D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #49705D

Tints of Como #49705D

Color information

#49705D (or 0x49705D) is unknown color: approx Como. HEX triplet: 49, 70 and 5D. RGB value is (73,112,93). Sum of RGB (Red+Green+Blue) = 73+112+93=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #49705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49705D is #B68FA2. Grayscale: #626262. Windows color (decimal): -11964323 or 6123593. OLE color: 6123593.

HSL color Cylindrical-coordinate representation of color #49705D: hue angle of 150.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49705D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB7311293-
CMYK0.3500.170.56
HSL150.77º21.08%36.27%-
HSV(B)150.77º34.82%43.92%-
XYZ10.5213.812.46-
YUV98.17125.08110.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=26.26%
G=40.29%
B=33.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112930.3500.170.56150.7721.0836.27
Hex49705D2301138971524
Octal11116013543021702272544
Binary1001001111000010111011000110100011110001001011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49705D; }

 p { color: rgb(73,112,93); }

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

<style>
 a { background-color: #49705D; }

 a { background-color: rgb(73,112,93); }

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

<style>
 span { border-color: #49705D; }

 span { border-color: rgb(73,112,93); }

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