#3C6F6E

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

Shades of Ming #3C6F6E

Tints of Ming #3C6F6E

Color information

#3C6F6E (or 0x3C6F6E) is unknown color: approx Ming. HEX triplet: 3C, 6F and 6E. RGB value is (60,111,110). Sum of RGB (Red+Green+Blue) = 60+111+110=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F6E is #C39091. Grayscale: #5F5F5F. Windows color (decimal): -12816530 or 7237436. OLE color: 7237436.

HSL color Cylindrical-coordinate representation of color #3C6F6E: hue angle of 178.82º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F6E is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB60111110-
CMYK0.4600.010.56
HSL178.82º29.82%33.53%-
HSV(B)178.82º45.95%43.53%-
XYZ10.3613.4616.8-
YUV95.64136.1102.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=21.35%
G=39.50%
B=39.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal601111100.4600.010.56178.8229.8233.53
Hex3C6F6E2E0138b31e22
Octal741571565601702633642
Binary11110011011111101110101110011110001011001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,111,110); }

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

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

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

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

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

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

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