#3D7570

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

Shades of Ming #3D7570

Tints of Ming #3D7570

Color information

#3D7570 (or 0x3D7570) is unknown color: approx Ming. HEX triplet: 3D, 75 and 70. RGB value is (61,117,112). Sum of RGB (Red+Green+Blue) = 61+117+112=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7570 is #C28A8F. Grayscale: #636363. Windows color (decimal): -12749456 or 7370045. OLE color: 7370045.

HSL color Cylindrical-coordinate representation of color #3D7570: hue angle of 174.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7570 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB61117112-
CMYK0.4800.040.54
HSL174.64º31.46%34.9%-
HSV(B)174.64º47.86%45.88%-
XYZ11.2114.8817.61-
YUV99.69134.95100.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=21.03%
G=40.34%
B=38.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611171120.4800.040.54174.6431.4634.9
Hex3D7570300436af1f23
Octal751651606004662573743
Binary1111011110101111000011000001001101101010111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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