#3A706E

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

Shades of Ming #3A706E

Tints of Ming #3A706E

Color information

#3A706E (or 0x3A706E) is unknown color: approx Ming. HEX triplet: 3A, 70 and 6E. RGB value is (58,112,110). Sum of RGB (Red+Green+Blue) = 58+112+110=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #3A706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A706E is #C58F91. Grayscale: #5F5F5F. Windows color (decimal): -12947346 or 7237690. OLE color: 7237690.

HSL color Cylindrical-coordinate representation of color #3A706E: hue angle of 177.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A706E is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB58112110-
CMYK0.4800.020.56
HSL177.78º31.76%33.33%-
HSV(B)177.78º48.21%43.92%-
XYZ10.3513.6116.83-
YUV95.63136.11101.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=20.71%
G=40%
B=39.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581121100.4800.020.56177.7831.7633.33
Hex3A706E300238b22021
Octal721601566002702624041
Binary1110101110000110111011000001011100010110010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,110); }

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

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

 a { background-color: rgb(58,112,110); }

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

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

 span { border-color: rgb(58,112,110); }

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