#477676

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

Shades of Ming #477676

Tints of Ming #477676

Color information

#477676 (or 0x477676) is unknown color: approx Ming. HEX triplet: 47, 76 and 76. RGB value is (71,118,118). Sum of RGB (Red+Green+Blue) = 71+118+118=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #477676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477676 is #B88989. Grayscale: #676767. Windows color (decimal): -12093834 or 7763527. OLE color: 7763527.

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

Color convert

RGB71118118-
CMYK0.40000.54
HSL180º24.87%37.06%-
HSV(B)180º39.83%46.27%-
XYZ12.3515.619.5-
YUV103.95135.93104.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=23.13%
G=38.44%
B=38.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711181180.40000.5418024.8737.06
Hex477676280036b41925
Octal1071661665000662643145
Binary100011111101101110110101000001101101011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477676; }

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

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

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

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

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

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

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

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