Html Css Color HEX #47706F Ming

📋 copy color: '#47706F'

red 71 ◦ green 112 ◦ blue 111

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

Shades of Ming #47706F

Tints of Ming #47706F

RGB

 RED value IS 71 (28.13% from 255) = 24.15%

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 24.15%
G = 38.1%
B = 37.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#47706F (or 0x47706F) is known color: 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

RGB 71 112 111 -
CMYK 0.37 0 0.01 0.56
HSL 178.54º 0.22% 0.36% -
HSV(B) 178.54º 0.37% 0.44% -
XYZ 11.26 14.08 17.16 -
YUV 99.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 71 112 111 0.37 0 0.01 0.56 178.54 0.22 0.36
Hex 47 70 6F 25 0 1 38 B3 16 24
Octal 107 160 157 45 0 1 70 263 26 44
Binary 1000111 1110000 1101111 100101 0 1 111000 10110011 10110 100100

Color Harmonies of #47706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47706F

Black with #47706F

Text Example


Text Example

White with #47706F

Text Example


Text Example

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