#3D7A78

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

Shades of Ming #3D7A78

Tints of Ming #3D7A78

Color information

#3D7A78 (or 0x3D7A78) is unknown color: approx Ming. HEX triplet: 3D, 7A and 78. RGB value is (61,122,120). Sum of RGB (Red+Green+Blue) = 61+122+120=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A78 is #C28587. Grayscale: #676767. Windows color (decimal): -12748168 or 7895613. OLE color: 7895613.

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

Color convert

RGB61122120-
CMYK0.5000.020.52
HSL178.03º33.33%35.88%-
HSV(B)178.03º50%47.84%-
XYZ12.2716.2720.26-
YUV103.53137.2997.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=20.13%
G=40.26%
B=39.60%

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
Decimal611221200.5000.020.52178.0333.3335.88
Hex3D7A78320234b22124
Octal751721706202642624144
Binary1111011111010111100011001001011010010110010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,122,120); }

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

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

 a { background-color: rgb(61,122,120); }

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

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

 span { border-color: rgb(61,122,120); }

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