#3B7A76

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

Shades of Ming #3B7A76

Tints of Ming #3B7A76

Color information

#3B7A76 (or 0x3B7A76) is unknown color: approx Ming. HEX triplet: 3B, 7A and 76. RGB value is (59,122,118). Sum of RGB (Red+Green+Blue) = 59+122+118=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A76 is #C48589. Grayscale: #666666. Windows color (decimal): -12879242 or 7764539. OLE color: 7764539.

HSL color Cylindrical-coordinate representation of color #3B7A76: hue angle of 176.19º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7A76 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB59122118-
CMYK0.5200.030.52
HSL176.19º34.81%35.49%-
HSV(B)176.19º51.64%47.84%-
XYZ12.0316.1619.62-
YUV102.71136.6396.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=19.73%
G=40.80%
B=39.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal591221180.5200.030.52176.1934.8135.49
Hex3B7A76340334b02323
Octal731721666403642604343
Binary1110111111010111011011010001111010010110000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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