#3C7572

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

Shades of Ming #3C7572

Tints of Ming #3C7572

Color information

#3C7572 (or 0x3C7572) is unknown color: approx Ming. HEX triplet: 3C, 75 and 72. RGB value is (60,117,114). Sum of RGB (Red+Green+Blue) = 60+117+114=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7572 is #C38A8D. Grayscale: #636363. Windows color (decimal): -12814990 or 7501116. OLE color: 7501116.

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

Color convert

RGB60117114-
CMYK0.4900.030.54
HSL176.84º32.2%34.71%-
HSV(B)176.84º48.72%45.88%-
XYZ11.2614.918.2-
YUV99.62136.1299.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=20.62%
G=40.21%
B=39.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601171140.4900.030.54176.8432.234.71
Hex3C7572310336b12023
Octal741651626103662614043
Binary1111001110101111001011000101111011010110001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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