#3F7373

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

Shades of Ming #3F7373

Tints of Ming #3F7373

Color information

#3F7373 (or 0x3F7373) is unknown color: approx Ming. HEX triplet: 3F, 73 and 73. RGB value is (63,115,115). Sum of RGB (Red+Green+Blue) = 63+115+115=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #3F7373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7373 is #C08C8C. Grayscale: #636363. Windows color (decimal): -12618893 or 7566143. OLE color: 7566143.

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

Color convert

RGB63115115-
CMYK0.45000.55
HSL180º29.21%34.9%-
HSV(B)180º45.22%45.1%-
XYZ11.2814.5618.43-
YUV99.45136.77102-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=21.50%
G=39.25%
B=39.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631151150.45000.5518029.2134.9
Hex3F73732D0037b41d23
Octal771631635500672643543
Binary11111111100111110011101101001101111011010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7373; }

 p { color: rgb(63,115,115); }

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

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

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

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

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

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

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