#3D6B68

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

Shades of Ming #3D6B68

Tints of Ming #3D6B68

Color information

#3D6B68 (or 0x3D6B68) is unknown color: approx Ming. HEX triplet: 3D, 6B and 68. RGB value is (61,107,104). Sum of RGB (Red+Green+Blue) = 61+107+104=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B68 is #C29497. Grayscale: #5C5C5C. Windows color (decimal): -12752024 or 6843197. OLE color: 6843197.

HSL color Cylindrical-coordinate representation of color #3D6B68: hue angle of 176.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D6B68 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB61107104-
CMYK0.4300.030.58
HSL176.09º27.38%32.94%-
HSV(B)176.09º42.99%41.96%-
XYZ9.6812.5115-
YUV92.9134.26105.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=22.43%
G=39.34%
B=38.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal611071040.4300.030.58176.0927.3832.94
Hex3D6B682B033Ab01b21
Octal751531505303722603341
Binary111101110101111010001010110111110101011000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,107,104); }

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

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

 a { background-color: rgb(61,107,104); }

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

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

 span { border-color: rgb(61,107,104); }

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