#497575

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

Shades of Ming #497575

Tints of Ming #497575

Color information

#497575 (or 0x497575) is unknown color: approx Ming. HEX triplet: 49, 75 and 75. RGB value is (73,117,117). Sum of RGB (Red+Green+Blue) = 73+117+117=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #497575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497575 is #B68A8A. Grayscale: #676767. Windows color (decimal): -11963019 or 7697737. OLE color: 7697737.

HSL color Cylindrical-coordinate representation of color #497575: hue angle of 180º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497575 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB73117117-
CMYK0.38000.54
HSL180º23.16%37.25%-
HSV(B)180º37.61%45.88%-
XYZ12.3215.4219.16-
YUV103.84135.42106-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=23.78%
G=38.11%
B=38.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171170.38000.5418023.1637.25
Hex497575260036b41725
Octal1111651654600662642745
Binary100100111101011110101100110001101101011010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497575; }

 p { color: rgb(73,117,117); }

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

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

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

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

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

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

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