#3b7c79

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

Shades of Ming #3B7C79

Tints of Ming #3B7C79

Color information

#3B7C79 (or 0x3B7C79) is unknown color: approx Ming. HEX triplet: 3B, 7C and 79. RGB value is (59,124,121). Sum of RGB (Red+Green+Blue) = 59+124+121=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7C79 is #C48386. Grayscale: #686868. Windows color (decimal): -12878727 or 7961659. OLE color: 7961659.

HSL color Cylindrical-coordinate representation of color #3B7C79: hue angle of 177.23º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7C79 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB59124121-
CMYK0.5200.020.51
HSL177.23º35.52%35.88%-
HSV(B)177.23º52.42%48.63%-
XYZ12.4616.7320.66-
YUV104.22137.4795.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=19.41%
G=40.79%
B=39.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591241210.5200.020.51177.2335.5235.88
Hex3B7C79340233b12424
Octal731741716402632614444
Binary1110111111100111100111010001011001110110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b7c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,124,121); }

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

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

 a { background-color: rgb(59,124,121); }

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

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

 span { border-color: rgb(59,124,121); }

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