#3D7B79

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

Shades of Ming #3D7B79

Tints of Ming #3D7B79

Color information

#3D7B79 (or 0x3D7B79) is unknown color: approx Ming. HEX triplet: 3D, 7B and 79. RGB value is (61,123,121). Sum of RGB (Red+Green+Blue) = 61+123+121=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B79 is #C28486. Grayscale: #686868. Windows color (decimal): -12747911 or 7961405. OLE color: 7961405.

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

Color convert

RGB61123121-
CMYK0.5000.020.52
HSL178.06º33.7%36.08%-
HSV(B)178.06º50.41%48.24%-
XYZ12.4616.5420.62-
YUV104.23137.4697.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=20%
G=40.33%
B=39.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611231210.5000.020.52178.0633.736.08
Hex3D7B79320234b22224
Octal751731716202642624244
Binary1111011111011111100111001001011010010110010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,123,121); }

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

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

 a { background-color: rgb(61,123,121); }

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

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

 span { border-color: rgb(61,123,121); }

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