#3C7F79

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

Shades of Ming #3C7F79

Tints of Ming #3C7F79

Color information

#3C7F79 (or 0x3C7F79) is unknown color: approx Ming. HEX triplet: 3C, 7F and 79. RGB value is (60,127,121). Sum of RGB (Red+Green+Blue) = 60+127+121=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F79 is #C38086. Grayscale: #6A6A6A. Windows color (decimal): -12812423 or 7962428. OLE color: 7962428.

HSL color Cylindrical-coordinate representation of color #3C7F79: hue angle of 174.63º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F79 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB60127121-
CMYK0.5300.050.50
HSL174.63º35.83%36.67%-
HSV(B)174.63º52.76%49.8%-
XYZ12.917.5220.79-
YUV106.28136.394.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=19.48%
G=41.23%
B=39.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601271210.5300.050.50174.6335.8336.67
Hex3C7F79350532af2425
Octal741771716505622574445
Binary11110011111111111001110101010111001010101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,127,121); }

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

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

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

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

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

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

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