#3A7674

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

Shades of Ming #3A7674

Tints of Ming #3A7674

Color information

#3A7674 (or 0x3A7674) is unknown color: approx Ming. HEX triplet: 3A, 76 and 74. RGB value is (58,118,116). Sum of RGB (Red+Green+Blue) = 58+118+116=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7674 is #C5898B. Grayscale: #636363. Windows color (decimal): -12945804 or 7632442. OLE color: 7632442.

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

Color convert

RGB58118116-
CMYK0.5100.020.54
HSL178º34.09%34.51%-
HSV(B)178º50.85%46.27%-
XYZ11.3815.1218.84-
YUV99.83137.1298.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 116 (45.70% from 255) = 39.73%
R=19.86%
G=40.41%
B=39.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581181160.5100.020.5417834.0934.51
Hex3A7674330236b22223
Octal721661646302662624243
Binary1110101110110111010011001101011011010110010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,118,116); }

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

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

 a { background-color: rgb(58,118,116); }

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

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

 span { border-color: rgb(58,118,116); }

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