#387371

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

Shades of Ming #387371

Tints of Ming #387371

Color information

#387371 (or 0x387371) is unknown color: approx Ming. HEX triplet: 38, 73 and 71. RGB value is (56,115,113). Sum of RGB (Red+Green+Blue) = 56+115+113=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #387371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387371 is #C78C8E. Grayscale: #616161. Windows color (decimal): -13077647 or 7435064. OLE color: 7435064.

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

Color convert

RGB56115113-
CMYK0.5100.020.55
HSL177.97º34.5%33.53%-
HSV(B)177.97º51.3%45.1%-
XYZ10.7414.2917.82-
YUV97.13136.9598.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=19.72%
G=40.49%
B=39.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151130.5100.020.55177.9734.533.53
Hex387371330237b22322
Octal701631616302672624342
Binary1110001110011111000111001101011011110110010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387371; }

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

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

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

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

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

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

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

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