#3D7979

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

Shades of Ming #3D7979

Tints of Ming #3D7979

Color information

#3D7979 (or 0x3D7979) is unknown color: approx Ming. HEX triplet: 3D, 79 and 79. RGB value is (61,121,121). Sum of RGB (Red+Green+Blue) = 61+121+121=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #3D7979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7979 is #C28686. Grayscale: #676767. Windows color (decimal): -12748423 or 7960893. OLE color: 7960893.

HSL color Cylindrical-coordinate representation of color #3D7979: hue angle of 180º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7979 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB61121121-
CMYK0.50000.53
HSL180º32.97%35.69%-
HSV(B)180º49.59%47.45%-
XYZ12.2116.0520.54-
YUV103.06138.1298-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=20.13%
G=39.93%
B=39.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611211210.50000.5318032.9735.69
Hex3D7979320035b42124
Octal751711716200652644144
Binary111101111100111110011100100011010110110100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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