Html Css Color HEX #477371 Ming

📋 copy color: '#477371'

red 71 ◦ green 115 ◦ blue 113

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

Shades of Ming #477371

Tints of Ming #477371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 23.75%
G = 38.46%
B = 37.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#477371 (or 0x477371) is known color: Ming. HEX triplet: 47, 73 and 71. RGB value is (71,115,113). Sum of RGB (Red+Green+Blue) = 71+115+113=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #477371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477371 is #B88C8E. Grayscale: #656565. Windows color (decimal): -12094607 or 7435079. OLE color: 7435079.

HSL color Cylindrical-coordinate representation of color #477371: hue angle of 177.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #477371 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 113 -
CMYK 0.38 0 0.02 0.55
HSL 177.27º 0.24% 0.36% -
HSV(B) 177.27º 0.38% 0.45% -
XYZ 11.71 14.79 17.86 -
YUV 101.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 71 115 113 0.38 0 0.02 0.55 177.27 0.24 0.36
Hex 47 73 71 26 0 2 37 B1 18 24
Octal 107 163 161 46 0 2 67 261 30 44
Binary 1000111 1110011 1110001 100110 0 10 110111 10110001 11000 100100

Color Harmonies of #477371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477371

Black with #477371

Text Example


Text Example

White with #477371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477371; }

 p { color: rgb(71,115,113); }

 H1.HeaderClassName
 {
   color: #477371;
 }
 .AnyTagClassName
 {
   color: #477371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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