#3C7271

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

Shades of Ming #3C7271

Tints of Ming #3C7271

Color information

#3C7271 (or 0x3C7271) is unknown color: approx Ming. HEX triplet: 3C, 72 and 71. RGB value is (60,114,113). Sum of RGB (Red+Green+Blue) = 60+114+113=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7271 is #C38D8E. Grayscale: #616161. Windows color (decimal): -12815759 or 7434812. OLE color: 7434812.

HSL color Cylindrical-coordinate representation of color #3C7271: hue angle of 178.89º 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 #3C7271 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB60114113-
CMYK0.4700.010.55
HSL178.89º31.03%34.12%-
HSV(B)178.89º47.37%44.71%-
XYZ10.8614.1917.79-
YUV97.74136.61101.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=20.91%
G=39.72%
B=39.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601141130.4700.010.55178.8931.0334.12
Hex3C72712F0137b31f22
Octal741621615701672633742
Binary11110011100101110001101111011101111011001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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