#3D7F7B

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

Shades of Ming #3D7F7B

Tints of Ming #3D7F7B

Color information

#3D7F7B (or 0x3D7F7B) is unknown color: approx Ming. HEX triplet: 3D, 7F and 7B. RGB value is (61,127,123). Sum of RGB (Red+Green+Blue) = 61+127+123=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #3D7F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7F7B is #C28084. Grayscale: #6A6A6A. Windows color (decimal): -12746885 or 8093501. OLE color: 8093501.

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

Color convert

RGB61127123-
CMYK0.5200.030.50
HSL176.36º35.11%36.86%-
HSV(B)176.36º51.97%49.8%-
XYZ13.0917.621.45-
YUV106.81137.1395.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=19.61%
G=40.84%
B=39.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal611271230.5200.030.50176.3635.1136.86
Hex3D7F7B340332b02325
Octal751771736403622604345
Binary1111011111111111101111010001111001010110000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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