#3D807E

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

Shades of Ming #3D807E

Tints of Ming #3D807E

Color information

#3D807E (or 0x3D807E) is unknown color: approx Ming. HEX triplet: 3D, 80 and 7E. RGB value is (61,128,126). Sum of RGB (Red+Green+Blue) = 61+128+126=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #3D807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D807E is #C27F81. Grayscale: #6B6B6B. Windows color (decimal): -12746626 or 8290365. OLE color: 8290365.

HSL color Cylindrical-coordinate representation of color #3D807E: hue angle of 178.21º 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 #3D807E is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB61128126-
CMYK0.5200.020.50
HSL178.21º35.45%37.06%-
HSV(B)178.21º52.34%50.2%-
XYZ13.4117.9422.49-
YUV107.74138.394.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 126 (49.61% from 255) = 40%
R=19.37%
G=40.63%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal611281260.5200.020.50178.2135.4537.06
Hex3D807E340232b22325
Octal752001766402622624345
Binary11110110000000111111011010001011001010110010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,128,126); }

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

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

 a { background-color: rgb(61,128,126); }

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

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

 span { border-color: rgb(61,128,126); }

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