#386D75

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

Shades of Ming #386D75

Tints of Ming #386D75

Color information

#386D75 (or 0x386D75) is unknown color: approx Ming. HEX triplet: 38, 6D and 75. RGB value is (56,109,117). Sum of RGB (Red+Green+Blue) = 56+109+117=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #386D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D75 is #C7928A. Grayscale: #5D5D5D. Windows color (decimal): -13079179 or 7695672. OLE color: 7695672.

HSL color Cylindrical-coordinate representation of color #386D75: hue angle of 187.87º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386D75 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56109117-
CMYK0.520.0700.54
HSL187.87º35.26%33.92%-
HSV(B)187.87º52.14%45.88%-
XYZ10.3113.0618.81-
YUV94.06140.94100.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=19.86%
G=38.65%
B=41.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561091170.520.0700.54187.8735.2633.92
Hex386D75347036bc2322
Octal701551656470662744342
Binary11100011011011110101110100111011011010111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386D75; }

 p { color: rgb(56,109,117); }

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

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

 a { background-color: rgb(56,109,117); }

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

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

 span { border-color: rgb(56,109,117); }

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