#387D78

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

Shades of Ming #387D78

Tints of Ming #387D78

Color information

#387D78 (or 0x387D78) is unknown color: approx Ming. HEX triplet: 38, 7D and 78. RGB value is (56,125,120). Sum of RGB (Red+Green+Blue) = 56+125+120=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #387D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D78 is #C78287. Grayscale: #676767. Windows color (decimal): -13075080 or 7896376. OLE color: 7896376.

HSL color Cylindrical-coordinate representation of color #387D78: hue angle of 175.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D78 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB56125120-
CMYK0.5500.040.51
HSL175.65º38.12%35.49%-
HSV(B)175.65º55.2%49.02%-
XYZ12.3516.8620.37-
YUV103.8137.1493.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=18.60%
G=41.53%
B=39.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561251200.5500.040.51175.6538.1235.49
Hex387D78370433b02623
Octal701751706704632604643
Binary11100011111011111000110111010011001110110000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387D78; }

 p { color: rgb(56,125,120); }

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

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

 a { background-color: rgb(56,125,120); }

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

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

 span { border-color: rgb(56,125,120); }

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