#3D7370

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

Shades of Ming #3D7370

Tints of Ming #3D7370

Color information

#3D7370 (or 0x3D7370) is unknown color: approx Ming. HEX triplet: 3D, 73 and 70. RGB value is (61,115,112). Sum of RGB (Red+Green+Blue) = 61+115+112=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7370 is #C28C8F. Grayscale: #626262. Windows color (decimal): -12749968 or 7369533. OLE color: 7369533.

HSL color Cylindrical-coordinate representation of color #3D7370: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7370 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB61115112-
CMYK0.4700.030.55
HSL176.67º30.68%34.51%-
HSV(B)176.67º46.96%45.1%-
XYZ10.9814.4217.53-
YUV98.51135.61101.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=21.18%
G=39.93%
B=38.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611151120.4700.030.55176.6730.6834.51
Hex3D73702F0337b11f23
Octal751631605703672613743
Binary111101111001111100001011110111101111011000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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