#3D7373

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

Shades of Ming #3D7373

Tints of Ming #3D7373

Color information

#3D7373 (or 0x3D7373) is unknown color: approx Ming. HEX triplet: 3D, 73 and 73. RGB value is (61,115,115). Sum of RGB (Red+Green+Blue) = 61+115+115=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #3D7373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7373 is #C28C8C. Grayscale: #626262. Windows color (decimal): -12749965 or 7566141. OLE color: 7566141.

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

Color convert

RGB61115115-
CMYK0.47000.55
HSL180º30.68%34.51%-
HSV(B)180º46.96%45.1%-
XYZ11.1514.4918.43-
YUV98.85137.11101-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=20.96%
G=39.52%
B=39.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611151150.47000.5518030.6834.51
Hex3D73732F0037b41f23
Octal751631635700672643743
Binary11110111100111110011101111001101111011010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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