Html Css Color HEX #387471 Ming

📋 copy color: '#387471'

red 56 ◦ green 116 ◦ blue 113

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

Shades of Ming #387471

Tints of Ming #387471

RGB

 RED value IS 56 (22.27% from 255) = 19.65%

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 19.65%
G = 40.7%
B = 39.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#387471 (or 0x387471) is known color: Ming. HEX triplet: 38, 74 and 71. RGB value is (56,116,113). Sum of RGB (Red+Green+Blue) = 56+116+113=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #387471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387471 is #C78B8E. Grayscale: #616161. Windows color (decimal): -13077391 or 7435320. OLE color: 7435320.

HSL color Cylindrical-coordinate representation of color #387471: hue angle of 177º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387471 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 113 -
CMYK 0.52 0 0.03 0.55
HSL 177º 0.35% 0.34% -
HSV(B) 177º 0.52% 0.45% -
XYZ 10.86 14.52 17.85 -
YUV 97.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 56 116 113 0.52 0 0.03 0.55 177 0.35 0.34
Hex 38 74 71 34 0 3 37 B1 23 22
Octal 70 164 161 64 0 3 67 261 43 42
Binary 111000 1110100 1110001 110100 0 11 110111 10110001 100011 100010

Color Harmonies of #387471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387471

Black with #387471

Text Example


Text Example

White with #387471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387471; }

 p { color: rgb(56,116,113); }

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

background-color css

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

 a { background-color: rgb(56,116,113); }

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

border-color css

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

 span { border-color: rgb(56,116,113); }

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