#477575

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

Shades of Ming #477575

Tints of Ming #477575

Color information

#477575 (or 0x477575) is unknown color: approx Ming. HEX triplet: 47, 75 and 75. RGB value is (71,117,117). Sum of RGB (Red+Green+Blue) = 71+117+117=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #477575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477575 is #B88A8A. Grayscale: #676767. Windows color (decimal): -12094091 or 7697735. OLE color: 7697735.

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

Color convert

RGB71117117-
CMYK0.39000.54
HSL180º24.47%36.86%-
HSV(B)180º39.32%45.88%-
XYZ12.1715.3519.15-
YUV103.25135.76105-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=23.28%
G=38.36%
B=38.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711171170.39000.5418024.4736.86
Hex477575270036b41825
Octal1071651654700662643045
Binary100011111101011110101100111001101101011010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477575; }

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

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

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

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

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

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

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

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