#3D7070

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

Shades of Ming #3D7070

Tints of Ming #3D7070

Color information

#3D7070 (or 0x3D7070) is unknown color: approx Ming. HEX triplet: 3D, 70 and 70. RGB value is (61,112,112). Sum of RGB (Red+Green+Blue) = 61+112+112=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #3D7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7070 is #C28F8F. Grayscale: #606060. Windows color (decimal): -12750736 or 7368765. OLE color: 7368765.

HSL color Cylindrical-coordinate representation of color #3D7070: hue angle of 180º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7070 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB61112112-
CMYK0.46000.56
HSL180º29.48%33.92%-
HSV(B)180º45.54%43.92%-
XYZ10.6413.7517.42-
YUV96.75136.6102.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=21.40%
G=39.30%
B=39.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611121120.46000.5618029.4833.92
Hex3D70702E0038b41d22
Octal751601605600702643542
Binary11110111100001110000101110001110001011010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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