#3B7772

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

Shades of Ming #3B7772

Tints of Ming #3B7772

Color information

#3B7772 (or 0x3B7772) is unknown color: approx Ming. HEX triplet: 3B, 77 and 72. RGB value is (59,119,114). Sum of RGB (Red+Green+Blue) = 59+119+114=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7772 is #C4888D. Grayscale: #646464. Windows color (decimal): -12880014 or 7501627. OLE color: 7501627.

HSL color Cylindrical-coordinate representation of color #3B7772: hue angle of 175º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7772 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB59119114-
CMYK0.5000.040.53
HSL175º33.71%34.9%-
HSV(B)175º50.42%46.67%-
XYZ11.4415.3418.28-
YUV100.49135.6298.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=20.21%
G=40.75%
B=39.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591191140.5000.040.5317533.7134.9
Hex3B7772320435af2223
Octal731671626204652574243
Binary11101111101111110010110010010011010110101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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