#3A7370

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

Shades of Ming #3A7370

Tints of Ming #3A7370

Color information

#3A7370 (or 0x3A7370) is unknown color: approx Ming. HEX triplet: 3A, 73 and 70. RGB value is (58,115,112). Sum of RGB (Red+Green+Blue) = 58+115+112=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7370 is #C58C8F. Grayscale: #616161. Windows color (decimal): -12946576 or 7369530. OLE color: 7369530.

HSL color Cylindrical-coordinate representation of color #3A7370: hue angle of 176.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7370 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB58115112-
CMYK0.5000.030.55
HSL176.84º32.95%33.92%-
HSV(B)176.84º49.57%45.1%-
XYZ10.814.3317.53-
YUV97.62136.1299.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=20.35%
G=40.35%
B=39.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581151120.5000.030.55176.8432.9533.92
Hex3A7370320337b12122
Octal721631606203672614142
Binary1110101110011111000011001001111011110110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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