#3C7575

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

Shades of Ming #3C7575

Tints of Ming #3C7575

Color information

#3C7575 (or 0x3C7575) is unknown color: approx Ming. HEX triplet: 3C, 75 and 75. RGB value is (60,117,117). Sum of RGB (Red+Green+Blue) = 60+117+117=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #3C7575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7575 is #C38A8A. Grayscale: #636363. Windows color (decimal): -12814987 or 7697724. OLE color: 7697724.

HSL color Cylindrical-coordinate representation of color #3C7575: hue angle of 180º 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 #3C7575 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB60117117-
CMYK0.49000.54
HSL180º32.2%34.71%-
HSV(B)180º48.72%45.88%-
XYZ11.4414.9719.12-
YUV99.96137.6299.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=20.41%
G=39.80%
B=39.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601171170.49000.5418032.234.71
Hex3C7575310036b42023
Octal741651656100662644043
Binary111100111010111101011100010011011010110100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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