#3C7D7A

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

Shades of Ming #3C7D7A

Tints of Ming #3C7D7A

Color information

#3C7D7A (or 0x3C7D7A) is unknown color: approx Ming. HEX triplet: 3C, 7D and 7A. RGB value is (60,125,122). Sum of RGB (Red+Green+Blue) = 60+125+122=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #3C7D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7D7A is #C38285. Grayscale: #696969. Windows color (decimal): -12812934 or 8027452. OLE color: 8027452.

HSL color Cylindrical-coordinate representation of color #3C7D7A: hue angle of 177.23º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7D7A is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB60125122-
CMYK0.5200.020.51
HSL177.23º35.14%36.27%-
HSV(B)177.23º52%49.02%-
XYZ12.7117.0321.03-
YUV105.22137.4795.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=19.54%
G=40.72%
B=39.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal601251220.5200.020.51177.2335.1436.27
Hex3C7D7A340233b12324
Octal741751726402632614344
Binary1111001111101111101011010001011001110110001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,125,122); }

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

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

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

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

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

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

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