#387372

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

Shades of Ming #387372

Tints of Ming #387372

Color information

#387372 (or 0x387372) is unknown color: approx Ming. HEX triplet: 38, 73 and 72. RGB value is (56,115,114). Sum of RGB (Red+Green+Blue) = 56+115+114=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #387372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387372 is #C78C8D. Grayscale: #616161. Windows color (decimal): -13077646 or 7500600. OLE color: 7500600.

HSL color Cylindrical-coordinate representation of color #387372: hue angle of 178.98º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387372 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB56115114-
CMYK0.5100.010.55
HSL178.98º34.5%33.53%-
HSV(B)178.98º51.3%45.1%-
XYZ10.814.3218.11-
YUV97.24137.4598.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 114 (44.92% from 255) = 40%
R=19.65%
G=40.35%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151140.5100.010.55178.9834.533.53
Hex387372330137b32322
Octal701631626301672634342
Binary111000111001111100101100110111011110110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387372; }

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

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

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

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

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

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

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

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