#3B7672

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

Shades of Ming #3B7672

Tints of Ming #3B7672

Color information

#3B7672 (or 0x3B7672) is unknown color: approx Ming. HEX triplet: 3B, 76 and 72. RGB value is (59,118,114). Sum of RGB (Red+Green+Blue) = 59+118+114=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7672 is #C4898D. Grayscale: #636363. Windows color (decimal): -12880270 or 7501371. OLE color: 7501371.

HSL color Cylindrical-coordinate representation of color #3B7672: hue angle of 175.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7672 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB59118114-
CMYK0.5000.030.54
HSL175.93º33.33%34.71%-
HSV(B)175.93º50%46.27%-
XYZ11.3215.118.24-
YUV99.9135.9598.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=20.27%
G=40.55%
B=39.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591181140.5000.030.54175.9333.3334.71
Hex3B7672320336b02123
Octal731661626203662604143
Binary1110111110110111001011001001111011010110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,114); }

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

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

 a { background-color: rgb(59,118,114); }

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

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

 span { border-color: rgb(59,118,114); }

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