#47706F

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

Shades of Ming #47706F

Tints of Ming #47706F

Color information

#47706F (or 0x47706F) is unknown color: approx Ming. HEX triplet: 47, 70 and 6F. RGB value is (71,112,111). Sum of RGB (Red+Green+Blue) = 71+112+111=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #47706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47706F is #B88F90. Grayscale: #636363. Windows color (decimal): -12095377 or 7303239. OLE color: 7303239.

HSL color Cylindrical-coordinate representation of color #47706F: hue angle of 178.54º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47706F is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB71112111-
CMYK0.3700.010.56
HSL178.54º22.4%35.88%-
HSV(B)178.54º36.61%43.92%-
XYZ11.2614.0817.16-
YUV99.63134.42107.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=24.15%
G=38.10%
B=37.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121110.3700.010.56178.5422.435.88
Hex47706F250138b31624
Octal1071601574501702632644
Binary100011111100001101111100101011110001011001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47706F; }

 p { color: rgb(71,112,111); }

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

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

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

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

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

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

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