#387473

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

Shades of Ming #387473

Tints of Ming #387473

Color information

#387473 (or 0x387473) is unknown color: approx Ming. HEX triplet: 38, 74 and 73. RGB value is (56,116,115). Sum of RGB (Red+Green+Blue) = 56+116+115=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #387473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387473 is #C78B8C. Grayscale: #616161. Windows color (decimal): -13077389 or 7566392. OLE color: 7566392.

HSL color Cylindrical-coordinate representation of color #387473: hue angle of 179º 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 #387473 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB56116115-
CMYK0.5200.010.55
HSL179º34.88%33.73%-
HSV(B)179º51.72%45.49%-
XYZ10.9714.5718.45-
YUV97.95137.6298.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=19.51%
G=40.42%
B=40.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561161150.5200.010.5517934.8833.73
Hex387473340137b32322
Octal701641636401672634342
Binary111000111010011100111101000111011110110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387473; }

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

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

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

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

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

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

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

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