#3D7F79

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

Shades of Ming #3D7F79

Tints of Ming #3D7F79

Color information

#3D7F79 (or 0x3D7F79) is unknown color: approx Ming. HEX triplet: 3D, 7F and 79. RGB value is (61,127,121). Sum of RGB (Red+Green+Blue) = 61+127+121=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 127 - color contains mainly: green. Hex color #3D7F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7F79 is #C28086. Grayscale: #6A6A6A. Windows color (decimal): -12746887 or 7962429. OLE color: 7962429.

HSL color Cylindrical-coordinate representation of color #3D7F79: hue angle of 174.55º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7F79 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB61127121-
CMYK0.5200.050.50
HSL174.55º35.11%36.86%-
HSV(B)174.55º51.97%49.8%-
XYZ12.9717.5520.79-
YUV106.58136.1395.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=19.74%
G=41.10%
B=39.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal611271210.5200.050.50174.5535.1136.86
Hex3D7F79340532af2325
Octal751771716405622574345
Binary11110111111111111001110100010111001010101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,121); }

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

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

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

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

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

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

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