Html Css Color HEX #497575 Ming

📋 copy color: '#497575'

red 73 ◦ green 117 ◦ blue 117

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

Shades of Ming #497575

Tints of Ming #497575

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 value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497575 (or 0x497575) is known color: 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

RGB 73 117 117 -
CMYK 0.38 0 0 0.54
HSL 180º 0.23% 0.37% -
HSV(B) 180º 0.38% 0.46% -
XYZ 12.32 15.42 19.16 -
YUV 103.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 73 117 117 0.38 0 0 0.54 180 0.23 0.37
Hex 49 75 75 26 0 0 36 B4 17 25
Octal 111 165 165 46 0 0 66 264 27 45
Binary 1001001 1110101 1110101 100110 0 0 110110 10110100 10111 100101

Color Harmonies of #497575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497575

Black with #497575

Text Example


Text Example

White with #497575

Text Example


Text Example

HTML Codes & Css Web 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>