#3D726F

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

Shades of Ming #3D726F

Tints of Ming #3D726F

Color information

#3D726F (or 0x3D726F) is unknown color: approx Ming. HEX triplet: 3D, 72 and 6F. RGB value is (61,114,111). Sum of RGB (Red+Green+Blue) = 61+114+111=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #3D726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D726F is #C28D90. Grayscale: #616161. Windows color (decimal): -12750225 or 7303741. OLE color: 7303741.

HSL color Cylindrical-coordinate representation of color #3D726F: hue angle of 176.6º 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 #3D726F is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB61114111-
CMYK0.4600.030.55
HSL176.6º30.29%34.31%-
HSV(B)176.6º46.49%44.71%-
XYZ10.8114.1717.21-
YUV97.81135.44101.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=21.33%
G=39.86%
B=38.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611141110.4600.030.55176.630.2934.31
Hex3D726F2E0337b11e22
Octal751621575603672613642
Binary111101111001011011111011100111101111011000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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