#3D726E

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

Shades of Ming #3D726E

Tints of Ming #3D726E

Color information

#3D726E (or 0x3D726E) is unknown color: approx Ming. HEX triplet: 3D, 72 and 6E. RGB value is (61,114,110). Sum of RGB (Red+Green+Blue) = 61+114+110=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #3D726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D726E is #C28D91. Grayscale: #616161. Windows color (decimal): -12750226 or 7238205. OLE color: 7238205.

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

Color convert

RGB61114110-
CMYK0.4600.040.55
HSL175.47º30.29%34.31%-
HSV(B)175.47º46.49%44.71%-
XYZ10.7614.1516.92-
YUV97.7134.94101.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=21.40%
G=40%
B=38.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611141100.4600.040.55175.4730.2934.31
Hex3D726E2E0437af1e22
Octal751621565604672573642
Binary1111011110010110111010111001001101111010111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,110); }

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

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

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

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

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

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

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