#3C7370

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

Shades of Ming #3C7370

Tints of Ming #3C7370

Color information

#3C7370 (or 0x3C7370) is unknown color: approx Ming. HEX triplet: 3C, 73 and 70. RGB value is (60,115,112). Sum of RGB (Red+Green+Blue) = 60+115+112=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7370 is #C38C8F. Grayscale: #626262. Windows color (decimal): -12815504 or 7369532. OLE color: 7369532.

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

Color convert

RGB60115112-
CMYK0.4800.030.55
HSL176.73º31.43%34.31%-
HSV(B)176.73º47.83%45.1%-
XYZ10.9214.3917.53-
YUV98.21135.78100.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=20.91%
G=40.07%
B=39.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601151120.4800.030.55176.7331.4334.31
Hex3C7370300337b11f22
Octal741631606003672613742
Binary111100111001111100001100000111101111011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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