#3B7370

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

Shades of Ming #3B7370

Tints of Ming #3B7370

Color information

#3B7370 (or 0x3B7370) is unknown color: approx Ming. HEX triplet: 3B, 73 and 70. RGB value is (59,115,112). Sum of RGB (Red+Green+Blue) = 59+115+112=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7370 is #C48C8F. Grayscale: #616161. Windows color (decimal): -12881040 or 7369531. OLE color: 7369531.

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

Color convert

RGB59115112-
CMYK0.4900.030.55
HSL176.79º32.18%34.12%-
HSV(B)176.79º48.7%45.1%-
XYZ10.8614.3617.53-
YUV97.91135.95100.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=20.63%
G=40.21%
B=39.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591151120.4900.030.55176.7932.1834.12
Hex3B7370310337b12022
Octal731631606103672614042
Binary1110111110011111000011000101111011110110001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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