#386D6C

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

Shades of Ming #386D6C

Tints of Ming #386D6C

Color information

#386D6C (or 0x386D6C) is unknown color: approx Ming. HEX triplet: 38, 6D and 6C. RGB value is (56,109,108). Sum of RGB (Red+Green+Blue) = 56+109+108=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #386D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D6C is #C79293. Grayscale: #5C5C5C. Windows color (decimal): -13079188 or 7105848. OLE color: 7105848.

HSL color Cylindrical-coordinate representation of color #386D6C: hue angle of 178.87º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D6C is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB56109108-
CMYK0.4900.010.57
HSL178.87º32.12%32.35%-
HSV(B)178.87º48.62%42.75%-
XYZ9.8112.8616.15-
YUV93.04136.44101.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=20.51%
G=39.93%
B=39.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal561091080.4900.010.57178.8732.1232.35
Hex386D6C310139b32020
Octal701551546101712634040
Binary111000110110111011001100010111100110110011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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