#3C726E

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

Shades of Ming #3C726E

Tints of Ming #3C726E

Color information

#3C726E (or 0x3C726E) is unknown color: approx Ming. HEX triplet: 3C, 72 and 6E. RGB value is (60,114,110). Sum of RGB (Red+Green+Blue) = 60+114+110=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #3C726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C726E is #C38D91. Grayscale: #616161. Windows color (decimal): -12815762 or 7238204. OLE color: 7238204.

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

Color convert

RGB60114110-
CMYK0.4700.040.55
HSL175.56º31.03%34.12%-
HSV(B)175.56º47.37%44.71%-
XYZ10.714.1216.91-
YUV97.4135.11101.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.13%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=21.13%
G=40.14%
B=38.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601141100.4700.040.55175.5631.0334.12
Hex3C726E2F0437b01f22
Octal741621565704672603742
Binary1111001110010110111010111101001101111011000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,110); }

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

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

 a { background-color: rgb(60,114,110); }

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

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

 span { border-color: rgb(60,114,110); }

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