#387573

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

Shades of Ming #387573

Tints of Ming #387573

Color information

#387573 (or 0x387573) is unknown color: approx Ming. HEX triplet: 38, 75 and 73. RGB value is (56,117,115). Sum of RGB (Red+Green+Blue) = 56+117+115=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #387573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387573 is #C78A8C. Grayscale: #626262. Windows color (decimal): -13077133 or 7566648. OLE color: 7566648.

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

Color convert

RGB56117115-
CMYK0.5200.020.54
HSL178.03º35.26%33.92%-
HSV(B)178.03º52.14%45.88%-
XYZ11.0914.818.49-
YUV98.53137.2997.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=19.44%
G=40.62%
B=39.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561171150.5200.020.54178.0335.2633.92
Hex387573340236b22322
Octal701651636402662624342
Binary1110001110101111001111010001011011010110010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387573; }

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

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

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

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

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

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

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

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